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:
Eric Niebler
2014-07-14 00:03:45 -07:00
parent 3b9aabb925
commit d6dd1ad193
2 changed files with 134 additions and 0 deletions

View File

@ -74,4 +74,6 @@ struct range_mutable_iterator
} // namespace boost
#include <boost/range/detail/msvc_has_iterator_workaround.hpp>
#endif