Skip to content

Commit d45844b

Browse files
Fixed failed checks
1 parent ee0a058 commit d45844b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/boost/geometry/geometries/PolyhedralSurface.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ template
7575
template<typename> class PointAlloc,
7676
template<typename> class RingAlloc
7777
>
78-
/*struct tag
78+
struct tag
7979
<
8080
model::polyhedron
8181
<
@@ -87,12 +87,12 @@ template
8787
>
8888
{
8989
typedef polyhedron_tag type;
90-
};*/
91-
using tag < model::PolyhedralSurface <
90+
};
91+
/*using tag < model::PolyhedralSurface <
9292
Point,
9393
ClockWise, Closed,
9494
PointList, RingList,
95-
PointAlloc, RingAlloc > > = PolyhedralSurface_tag;
95+
PointAlloc, RingAlloc > > = PolyhedralSurface_tag;*/
9696

9797

9898
} // namespace traits

0 commit comments

Comments
 (0)