From 884c790009e0edc51cfc820896925dfd36c79fd8 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Wed, 9 Feb 2022 09:49:34 -0800 Subject: [PATCH] Disable scoped_allocator test for msvc-14.0 as a stdlib defect in its `scoped_allocator_adaptor` requires DefaultConstructible for Allocators --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index cd671aca..34445705 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -61,7 +61,7 @@ test-suite unordered [ run unordered/swap_tests.cpp ] [ run unordered/detail_tests.cpp ] [ run unordered/deduction_tests.cpp ] - [ run unordered/scoped_allocator.cpp ] + [ run unordered/scoped_allocator.cpp : : : msvc-14.0:no ] [ run unordered/transparent_tests.cpp ] [ run unordered/reserve_tests.cpp ] [ run unordered/contains_tests.cpp ]