From 0e60b6d60ced1e03d8443a1d18a17bfb5e340eed Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 20 May 2019 18:46:35 +0200 Subject: [PATCH] =?UTF-8?q?refined=20version=20checking=20after=20tests=20?= =?UTF-8?q?from=20Agust=C3=ADn=20Berg=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_construction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_construction.cpp b/test/test_construction.cpp index 923ee0f..8a23e1f 100644 --- a/test/test_construction.cpp +++ b/test/test_construction.cpp @@ -322,7 +322,7 @@ void test_scoped_allocator() auto& s=*p.begin(); BOOST_TEST(p.get_allocator().comes_from(roote)); -#if BOOST_WORKAROUND(BOOST_MSVC,==1910) +#if BOOST_WORKAROUND(BOOST_MSVC,>=1910)&&BOOST_WORKAROUND(BOOST_MSVC,<1916) /* https://developercommunity.visualstudio.com/content/problem/246251/ * 3136309.html */