10 Sep
2010
10 Sep
'10
8:37 p.m.
I noticed that in some contexts I have both the object class and the
corresponding phoenix function
class impl;
...
impl f_impl;
boost::phoenix::function<impl> f(f_impl);
now to avoid the copying I could use:
boost::phoenix::function