
6 May
2011
6 May
'11
10:14 a.m.
Greetings,
The intuitive way to make a PFO having state is letting
boost::phoenix::function
hold the impl's reference, however, the following does not work.
struct Impl
{
...defines a functor having state...
};
Impl impl;
boost::phoenix::function