
21 Aug
2009
21 Aug
'09
10:38 p.m.
Eric Niebler <eric <at> boostpro.com> writes:
Ryan Gallagher wrote:
Eric Niebler <eric <at> boostpro.com> writes:
Ryan Gallagher wrote: To get the old behavior, you can use boost::distance in boost/range/distance.hpp.
I never call size directly though, it's just being used through sub_range<> although I'm not sure why this method is being instantiated.
Sigh, my mistake...I found the call to sub_range<>::size(), the error message was pointing me elsewhere for some reason. I'll change it as you suggest. Thanks for your patience, -Ryan