mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 23:42:12 +00:00
added missing typename keyword
This commit is contained in:
@@ -112,7 +112,7 @@ struct range_collect_vectors
|
||||
return;
|
||||
}
|
||||
|
||||
typedef boost::range_size<Collection>::type collection_size_t;
|
||||
typedef typename boost::range_size<Collection>::type collection_size_t;
|
||||
collection_size_t c_old_size = boost::size(collection);
|
||||
|
||||
typedef typename boost::range_iterator<Range const>::type iterator;
|
||||
|
||||
Reference in New Issue
Block a user