| 106 | |
| 107 | template <class T> |
| 108 | BOOST_LEAF_CONSTEXPR static bool evaluate(T && x) |
| 109 | { |
| 110 | return detail::cmp_value_pack(std::forward<T>(x), V1, V...); |
| 111 | } |
| 112 | }; |
| 113 | |
| 114 | #if BOOST_LEAF_CFG_STD_SYSTEM_ERROR |
nothing calls this directly
no test coverage detected