http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56551
Bug #: 56551 Summary: A faster implementation of std::function Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: libstdc++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: marto...@gmail.com It would be great if the clever implementation of std::function presented on the following page could find its way into libstdc++. http://probablydance.com/2013/01/13/a-faster-implementation-of-stdfunction/ > The code is in the public domain (I want all library writers to start using > it) > and here is a download link: http://dl.dropbox.com/u/27990997/function.h