
9 Aug
2008
9 Aug
'08
4:56 p.m.
On Sat, Aug 9, 2008 at 6:57 AM, Isaac Dupree <isaacdupree@charter.net> wrote:
Is there a macro library in Boost for making forwarding functions (the thing that can only be done perfectly in C++0x, with decltype, rvalue references and perhaps parameter packs)?
Perhaps the Boost.Functional/Forward library might be helpful to you (not a macro library for forwarding functions, but a more elegant solution for function objects). It was accepted into boost but I'm not sure whether it has made it to trunk yet. Here is the review announcement with links: http://lists.boost.org/boost-announce/2007/12/0149.php Regards, Stjepan