Remove tabs in file.

[SVN r24043]
This commit is contained in:
Rene Rivera
2004-07-25 17:12:17 +00:00
parent 23625421f1
commit 1494248e57
8 changed files with 70 additions and 70 deletions

View File

@ -31,7 +31,7 @@ void check_iterator_pair()
pair_t pair = std::make_pair( begin( vec ), end( vec ) );
const_pair_t const_pair = std::make_pair( begin( vec ), end( vec ) );
const_pair_tt constness_pair( pair );
BOOST_STATIC_ASSERT(( is_same< value_type_of<pair_t>::type,
detail::iterator_traits<pair_t::first_type>::value_type>::value ));