Subject: Re: [Boost-users] Boost.Ranges 2.0 algorithms accepting a const reference
From: Stefano (pelux_at_[hidden])
Date: 2010-07-14 17:25:21


Neil Groves <neil <at> grovescomputing.com> writes:

> The correction to the temporary lifetime issues is committed to the trunk
along with a lot of new test cases. This has introduced some regressions for
compilers that can't seem to pick the appropriate const versus non-const
overloads. I am working on removing the regression while preserving the
capability of working with temporaries.I hope this helps.Regards,Neil Groves

Thank you again for your help!