mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-13 00:22:10 +00:00
Removed an accidental typedef (which MSVC 2005 surprisingly accepts)
[SVN r68704]
This commit is contained in:
@@ -31,7 +31,7 @@ struct ring_return_type<multi_polygon_tag, MultiPolygon>
|
||||
typedef typename ring_return_type
|
||||
<
|
||||
polygon_tag,
|
||||
typedef typename mpl::if_
|
||||
typename mpl::if_
|
||||
<
|
||||
boost::is_const<MultiPolygon>,
|
||||
typename boost::range_value<MultiPolygon>::type const,
|
||||
|
||||
Reference in New Issue
Block a user