mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-12 05:51:47 +00:00
[test][buffer] test ccw by default
This commit is contained in:
parent
39c149ed22
commit
b98c653335
@ -501,9 +501,9 @@ int test_main(int, char* [])
|
|||||||
typedef bg::model::point<double, 2, bg::cs::cartesian> dpoint;
|
typedef bg::model::point<double, 2, bg::cs::cartesian> dpoint;
|
||||||
|
|
||||||
test_all<true, dpoint>();
|
test_all<true, dpoint>();
|
||||||
|
test_all<false, dpoint>();
|
||||||
|
|
||||||
#if ! defined(BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE)
|
#if ! defined(BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE)
|
||||||
test_all<false, dpoint>();
|
|
||||||
|
|
||||||
test_mixed<dpoint, dpoint, false, false, true, true>();
|
test_mixed<dpoint, dpoint, false, false, true, true>();
|
||||||
test_mixed<dpoint, dpoint, false, true, true, true>();
|
test_mixed<dpoint, dpoint, false, true, true, true>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user