mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-20 14:52:10 +00:00
[set ops] modify way of calling multilinestring_equals (due to changes in multilinestring_equals)
This commit is contained in:
@@ -79,17 +79,12 @@ private:
|
||||
bg::intersection(geometry1, geometry2, ls_vector_output);
|
||||
bg::intersection(geometry1, geometry2, ls_deque_output);
|
||||
|
||||
BOOST_CHECK((multilinestring_equals
|
||||
<
|
||||
MultiLineString, linestring_vector
|
||||
>::apply(mls_int1, ls_vector_output)
|
||||
));
|
||||
BOOST_CHECK(multilinestring_equals<false>::apply(mls_int1,
|
||||
ls_vector_output));
|
||||
|
||||
BOOST_CHECK(multilinestring_equals<false>::apply(mls_int1,
|
||||
ls_deque_output));
|
||||
|
||||
BOOST_CHECK((multilinestring_equals
|
||||
<
|
||||
MultiLineString, linestring_deque
|
||||
>::apply(mls_int1, ls_deque_output)
|
||||
));
|
||||
#ifdef GEOMETRY_TEST_DEBUG
|
||||
std::cout << "Done!" << std::endl << std::endl;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user