mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-26 04:42:15 +00:00
Merge branch 'develop' into bg-prepare
This commit is contained in:
@@ -32,7 +32,7 @@ int main()
|
||||
|
||||
// if the invalidity is only due to lack of closing points and/or wrongly oriented rings, then bg::correct can fix it
|
||||
bool could_be_fixed = (failure == boost::geometry::failure_not_closed
|
||||
|| boost::geometry::failure_wrong_orientation);
|
||||
|| failure == boost::geometry::failure_wrong_orientation);
|
||||
std::cout << "is valid? " << (valid ? "yes" : "no") << std::endl;
|
||||
if (! valid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user