mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +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, true>();
|
||||||
test_all<int, false>();
|
test_all<int, false>();
|
||||||
// Storing non-movable elements in a std::vector is not possible in MSVC
|
// Storing non-movable elements in a std::vector is not possible in some implementations of STD lib
|
||||||
#ifndef _MSC_VER
|
#ifdef BOOST_GEOMETRY_TEST_NONMOVABLE_ELEMENTS
|
||||||
test_all<bgt::NonMovable, true>();
|
test_all<bgt::NonMovable, true>();
|
||||||
test_all<bgt::NonMovable, false>();
|
test_all<bgt::NonMovable, false>();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user