mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
[test][range] Shield part of a test with macro (storing NonMovable is std::vector<>)
This commit is contained in:
parent
da1323716a
commit
004e4e465f
@ -202,8 +202,8 @@ int test_main(int, char* [])
|
||||
{
|
||||
test_all<int, true>();
|
||||
test_all<int, false>();
|
||||
// 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<bgt::NonMovable, true>();
|
||||
test_all<bgt::NonMovable, false>();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user