This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: functional, split tr1 and c++0x impl's ?


On Tue, 2008-08-05 at 18:00 -0400, Chris Fairles wrote:
> Or we
> could just bite the bullet now and split everything because when
> Lambda's are finished, I'm pretty sure the c++0x impl will change
> significantly (correct me if I'm wrong).

Lambdas probably won't change the way we implement <functional>. When we
get the name-mangling issues with decltype settled, *that* will
definitely change <functional>, because all of the return-type-deduction
logic will just disappear.

  - Doug


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]