$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [fusion]Is it possible to wrap a function template into a function object?
From: Thomas Heller (thom.heller_at_[hidden])
Date: 2011-08-22 15:56:24
On Friday, August 12, 2011 01:45:39 AM someguy wrote:
> Joel de Guzman-2 wrote:
> > Just use a plain, ol' macro to make a simple PFO wrapper ;-)
>
> Thanks for the advice. Now this worked:
>
>
>
> Though I still wonder whether there are similar macros somewhere in boost.
Sorry for the delay. In fact there is a macro in boost doing exactly what you
are asking for: http://tinyurl.com/3nmgerk
HTH,
Thomas