Removed an accidental typedef (which MSVC 2005 surprisingly accepts)

[SVN r68704]
This commit is contained in:
Barend Gehrels
2011-02-07 21:48:02 +00:00
parent 3d0230f8b4
commit 167c4ebd36

View File

@@ -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,