Skip to content

Commit

Permalink
Add deduction guide
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Dec 19, 2023
1 parent f0cdf44 commit 0a2d4c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/tao/pq/parameter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ namespace tao::pq

} // namespace internal

template< typename... As >
parameter( As&&... ) -> parameter<>;

} // namespace tao::pq

#endif

0 comments on commit 0a2d4c6

Please sign in to comment.