| 11 | |
| 12 | |
| 13 | int main() { |
| 14 | BOOST_HANA_CONSTEXPR_LAMBDA auto str = BOOST_HANA_STRING("abcdef"); |
| 15 | BOOST_HANA_CONSTANT_CHECK(str == hana::string_c<'a', 'b', 'c', 'd', 'e', 'f'>); |
| 16 | BOOST_HANA_CONSTANT_CHECK(hana::is_a<hana::string_tag>(str)); |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected