[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

View File

@@ -184,8 +184,8 @@ namespace boost_range_extension_size_test
BOOST_STATIC_ASSERT((
boost::is_same<
typename boost::make_unsigned<std::ptrdiff_t>::type,
typename boost::range_size<
boost::make_unsigned<std::ptrdiff_t>::type,
boost::range_size<
boost_range_extension_size_test::FooWithoutSize>::type
>::value
));