Skip to content

Commit f87d826

Browse files
committed
Remove incorrect assertion
1 parent 067c6e7 commit f87d826

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/boost/math/policies/policy.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,8 +1009,6 @@ struct is_noexcept_error_policy
10091009
template <typename Policy>
10101010
struct make_forwarding_policy
10111011
{
1012-
static_assert(detail::is_valid_policy<Policy>::value, "Policy must be valid to make a forwarding policy");
1013-
10141012
using type =
10151013
typename policies::normalise<
10161014
Policy,

0 commit comments

Comments
 (0)