narrowed workaround to check if VS2019 has fixed bug

This commit is contained in:
joaquintides
2019-05-20 12:14:34 +02:00
parent 1a2f7eb419
commit eac88e1211
+1 -1
View File
@@ -322,7 +322,7 @@ void test_scoped_allocator()
auto& s=*p.begin<vector>();
BOOST_TEST(p.get_allocator().comes_from(roote));
#if BOOST_WORKAROUND(BOOST_MSVC,>=1910)
#if BOOST_WORKAROUND(BOOST_MSVC,==1910)
/* https://developercommunity.visualstudio.com/content/problem/246251/
* 3136309.html
*/