mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-29 09:40:07 +01:00
All workarounds complete! Also some cleanups
[SVN r1249]
This commit is contained in:
@@ -188,6 +188,7 @@ main()
|
||||
BOOST_STATIC_ASSERT((boost::is_convertible<Iter1::iterator_category, std::random_access_iterator_tag>::value));
|
||||
#endif
|
||||
}
|
||||
|
||||
{
|
||||
// Test computation of default when the Value is const
|
||||
typedef ptr_iterator<int const> Iter1;
|
||||
|
||||
Reference in New Issue
Block a user