mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-13 12:32:09 +00:00
[algorithms][is_simple] for rings return the result of validity testing
This commit is contained in:
@@ -56,7 +56,7 @@ struct is_simple<Box, box_tag>
|
||||
// Reference (for polygon validity): OGC 06-103r4 (§6.1.11.1)
|
||||
template <typename Ring>
|
||||
struct is_simple<Ring, ring_tag>
|
||||
: detail::is_simple::is_simple_range<Ring>
|
||||
: dispatch::is_valid<Ring, ring_tag>
|
||||
{};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user