From b83d88476cfec11e50914014bc0bd064cc41952a Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Sun, 26 Jan 2014 01:36:09 +0100 Subject: [PATCH] added missing typename keyword --- .../boost/geometry/algorithms/detail/equals/collect_vectors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp b/include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp index c81a8e13d..807848fa0 100644 --- a/include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp +++ b/include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp @@ -112,7 +112,7 @@ struct range_collect_vectors return; } - typedef boost::range_size::type collection_size_t; + typedef typename boost::range_size::type collection_size_t; collection_size_t c_old_size = boost::size(collection); typedef typename boost::range_iterator::type iterator;