This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Nested std::tr1::bind problem
Douglas Gregor wrote:
> We're actually allowed to use rvalue references in TR1... but
> obviously we can only do so in C++0x mode.
I disagree. I don't think it makes sense, now, to rework TR1 facilities
to use rvalue references. which did not exist in TR1, for one. Also,
from the point of view of v3 maintainance, my (strong) opinion is that
TR1 facilities should be only minimally maintained now, basically fixing
regressions and serious bugs, nothing more sophisticated.
Paolo.