Get insert_tests passing under sanitizers

This commit is contained in:
Christian Mazakas
2022-09-27 14:25:57 -07:00
parent 892e437428
commit 450c915284
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -878,7 +878,7 @@ namespace insert_tests {
using test::generate_collisions;
using test::limited_range;
#ifndef BOOST_UNORDERED_FOA_TESTS
#ifdef BOOST_UNORDERED_FOA_TESTS
boost::unordered::unordered_flat_map<test::movable, test::movable, test::hash,
test::equal_to, test::allocator2<test::movable> >* test_flat_map;