29 Oct
2014
29 Oct
'14
3:38 p.m.
Marshall Clow
range/detail/any_iterator.hpp is broken because it expects postfix_increment_proxy and writable_postfix_increment_proxy to be in namespace boost::detail, but they are in boost::iterators::detail now.
This does NOT appear to have been fixed
This has been fixed in develop with https://github.com/boostorg/range/pull/17, but hasn't been merged to master yet.