mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 11:32:15 +00:00
Adding back mistakenly removed polygon specialization
[SVN r82452]
This commit is contained in:
@@ -135,6 +135,13 @@ struct clear<Geometry, ring_tag>
|
||||
{};
|
||||
|
||||
|
||||
// Polygon can (indirectly) use std for clear
|
||||
template <typename Polygon>
|
||||
struct clear<Polygon, polygon_tag>
|
||||
: detail::clear::polygon_clear<Polygon>
|
||||
{};
|
||||
|
||||
|
||||
} // namespace dispatch
|
||||
#endif // DOXYGEN_NO_DISPATCH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user