We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0a058 commit d45844bCopy full SHA for d45844b
include/boost/geometry/geometries/PolyhedralSurface.hpp
@@ -75,7 +75,7 @@ template
75
template<typename> class PointAlloc,
76
template<typename> class RingAlloc
77
>
78
-/*struct tag
+struct tag
79
<
80
model::polyhedron
81
@@ -87,12 +87,12 @@ template
87
88
{
89
typedef polyhedron_tag type;
90
-};*/
91
-using tag < model::PolyhedralSurface <
+};
+/*using tag < model::PolyhedralSurface <
92
Point,
93
ClockWise, Closed,
94
PointList, RingList,
95
- PointAlloc, RingAlloc > > = PolyhedralSurface_tag;
+ PointAlloc, RingAlloc > > = PolyhedralSurface_tag;*/
96
97
98
} // namespace traits
0 commit comments