Skip to content

Commit

Permalink
Add typedef to multipolygon
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Apr 18, 2024
1 parent d1ebb6b commit 800f81d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Polygon/include/CGAL/Multipolygon_with_holes_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class Multipolygon_with_holes_2 {
using value_type = Polygon_with_holes_2;
/// @}

using Traits = Kernel;

using Polygon_with_holes_container = std::deque<Polygon_with_holes_2>;

using Polygon_with_holes_iterator = typename Polygon_with_holes_container::iterator;
Expand Down

0 comments on commit 800f81d

Please sign in to comment.