From 82438a513be0e6a18a47142fcfa332dee1e0c84b Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 17 Oct 2016 07:54:06 +0100 Subject: [PATCH] Fix allocator traits macro --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 269413b6..daea0e74 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -28,7 +28,7 @@ test-suite unordered [ run unordered/compile_set.cpp ] [ run unordered/compile_map.cpp ] [ run unordered/compile_map.cpp : : - : BOOST_UNORDERED_USE_ALLOCATOR=0 + : BOOST_UNORDERED_USE_ALLOCATOR_TRAITS=0 : compile_map_unordered_allocator ] [ run unordered/noexcept_tests.cpp ] [ run unordered/link_test_1.cpp unordered/link_test_2.cpp ]