Closed GoogleCodeExporter closed 9 years ago
Changing line 20 and 21 of contrib/foreach.hpp to
template <typename, typename> struct range_mutable_iterator;
template <typename, typename> struct range_const_iterator;
solves the problem for me.
Original comment by christia...@gmail.com
on 25 Sep 2014 at 12:39
Do you mean Boost 1.56? foreach.hpp compiles and works for me for 1.54 and
1.55, but 1.56 seems to have changed the range iterator classes.
Original comment by arseny.k...@gmail.com
on 27 Sep 2014 at 4:35
Fixed in r1026
Original comment by arseny.k...@gmail.com
on 27 Sep 2014 at 4:50
Yes, sorry I meant Boost 1.56, and I can confirm that this was fixed in r1026.
Thanks!
Original comment by christia...@gmail.com
on 27 Sep 2014 at 3:45
Original issue reported on code.google.com by
christia...@gmail.com
on 25 Sep 2014 at 12:28