Fix libc++16 failures

Similar to de8fe4fad7
This commit is contained in:
Ed Catmur
2023-06-28 11:12:42 -05:00
committed by GitHub
parent e798972130
commit b43ce472fa

View File

@@ -35,7 +35,11 @@ int main()
#endif
#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION >= 160000
// std::char_traits<Ch> is deprecated for non-char types
#else
BOOST_TEST_TRAIT_FALSE(( hash_is_avalanching< boost::hash<std::basic_string<my_char> > > ));
#endif
return boost::report_errors();
}