diff --git a/include/boost/geometry/algorithms/clear.hpp b/include/boost/geometry/algorithms/clear.hpp index dccd3427a..97956ffce 100644 --- a/include/boost/geometry/algorithms/clear.hpp +++ b/include/boost/geometry/algorithms/clear.hpp @@ -135,6 +135,13 @@ struct clear {}; +// Polygon can (indirectly) use std for clear +template +struct clear + : detail::clear::polygon_clear +{}; + + } // namespace dispatch #endif // DOXYGEN_NO_DISPATCH