$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Coming up on 1.57 release date - get your fixes in
From: Marcel Raad (raad_at_[hidden])
Date: 2014-10-29 11:38:20
Marshall Clow <mclow.lists <at> gmail.com> writes:
> > 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.