You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/boost/leaf/pred.hpp
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,15 +63,13 @@ struct condition<Enum, Enum>
63
63
static_assert(std::is_error_condition_enum<Enum>::value || std::is_error_code_enum<Enum>::value, "leaf::condition<Enum> requires Enum to be registered either with std::is_error_condition_enum or std::is_error_code_enum.");
64
64
};
65
65
66
-
#if __cplusplus >= 201703L
67
66
template <classErrorCodeEnum>
68
67
boolcategory( std::error_code const & ec )
69
68
{
70
69
static_assert(std::is_error_code_enum<ErrorCodeEnum>::value, "leaf::category requires an error code enum");
0 commit comments