
26 Nov
2008
26 Nov
'08
8:29 a.m.
Quoting Tomas Puverle <Tomas.Puverle@morganstanley.com>:
Daniel,
I just ran into this problem today, while trying to fix some of the code that broke because of the 1.35 changes.
The specification of size() has changed from 1.33.1 to 1.37, presumably in 1.35. In 1.37, it requires RandomAccessRange while in 1.33.1 it only needs ForwardRange. This is not a terribly difficult problem for me to fix but it's another breaking change.
FWIW, this change was documented (http://www.boost.org/doc/libs/1_37_0/libs/range/doc/upgrading.html).