
24 Sep
2008
24 Sep
'08
10:29 p.m.
Doug Gregor wrote:
You might also want to make clear that this is *not* std::function or boost::function, although either of those can be used to realize a monomorphic function from a Phoenix function.
Actually, I'm not sure those can, since they don't expose the result protocol. They, however, should expose the result_of protocol, since they have a result_type.