[boost][range] - removed warnings found building with clang 3.2.

[SVN r85698]
This commit is contained in:
Neil Groves
2013-09-16 11:21:36 +00:00
parent 2285f909f6
commit 30e6df5a15
7 changed files with 14 additions and 5 deletions
+1
View File
@@ -132,6 +132,7 @@ namespace boost
typedef boost::strided_range<Container> strided_range_t;
strided_range_t rng( boost::adaptors::stride(c, 0) );
boost::ignore_unused_variable_warning(rng);
typedef BOOST_DEDUCED_TYPENAME boost::range_iterator<strided_range_t>::type iter_t;
iter_t first(boost::begin(c), boost::begin(c), boost::end(c), 0);