This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/56551] A faster implementation of std::function


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56551

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2013-03-06 16:24:20 UTC ---
I've only glanced at the code but it's good to see you support passing an
Allocator to the constructor (though it should use std::allocator_traits to
support C++11 allocators)

I was thinking of making some big changes to our std::function for GCC 4.9 in
order to support custom allocators.


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