diff --git a/test/util/range.cpp b/test/util/range.cpp index d13cbeff3..b2813a86d 100644 --- a/test/util/range.cpp +++ b/test/util/range.cpp @@ -202,8 +202,8 @@ int test_main(int, char* []) { test_all(); test_all(); - // Storing non-movable elements in a std::vector is not possible in MSVC -#ifndef _MSC_VER + // Storing non-movable elements in a std::vector is not possible in some implementations of STD lib +#ifdef BOOST_GEOMETRY_TEST_NONMOVABLE_ELEMENTS test_all(); test_all(); #endif