Add node-based foa containers to scary_tests

This commit is contained in:
Christian Mazakas
2023-01-17 14:17:45 -08:00
parent 58b8b00233
commit 3363261ad8

View File

@ -312,7 +312,10 @@ void set_scary_test()
UNORDERED_AUTO_TEST (scary_tests) {
#ifdef BOOST_UNORDERED_FOA_TESTS
map_scary_test<boost::unordered_flat_map>();
map_scary_test<boost::unordered_node_map>();
set_scary_test<boost::unordered_flat_set>();
set_scary_test<boost::unordered_node_set>();
#else
map_scary_test<boost::unordered_map>();
map_scary_test<boost::unordered_multimap>();