| 16 | |
| 17 | template <bool value, typename ...> |
| 18 | auto constant_bool() { return make_cnumeric<bool, value>(); } |
| 19 | |
| 20 | int main() { |
| 21 | BOOST_HANA_CONSTANT_ASSERT(constant_bool<true, void>()); |
nothing calls this directly
no outgoing calls
no test coverage detected