Skip to content

Commit d589ea7

Browse files
committed
Use east const
1 parent 522d94d commit d589ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geom-boost-adaptor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace boost::geometry::traits {
3535
template <>
3636
struct point_order<::geom::ring_t>
3737
{
38-
static const order_selector value = counterclockwise;
38+
static order_selector const value = counterclockwise;
3939
};
4040

4141
template <>

0 commit comments

Comments
 (0)