forked from boostorg/range
work-around for msvc limitation that causes has_iterator<> to fail for structs named iterator. Only applies to msvc-10.0 and earlier.
This commit is contained in:
@ -74,4 +74,6 @@ struct range_mutable_iterator
|
||||
|
||||
} // namespace boost
|
||||
|
||||
#include <boost/range/detail/msvc_has_iterator_workaround.hpp>
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user