refined version checking after tests from Agustín Bergé

This commit is contained in:
joaquintides
2019-05-20 18:46:35 +02:00
parent eac88e1211
commit 0e60b6d60c
+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)&&BOOST_WORKAROUND(BOOST_MSVC,<1916)
/* https://developercommunity.visualstudio.com/content/problem/246251/
* 3136309.html
*/