[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
committed by Nathan Ridge
parent a8084dcb12
commit 01b4147e09
7 changed files with 14 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
#include <boost/concept_check.hpp>
#include <boost/config.hpp>
enum Container {};
@@ -51,6 +52,7 @@ void compat1()
{
std::vector<int> v;
iterator_of< std::vector<int> >::type i = v.begin();
boost::ignore_unused_variable_warning(i);
}
#include <boost/test/included/unit_test.hpp>