|
0.12.0
|
|
Freundlich's C++ toolkit |
a fully std tr1 compliant function object class
This class was introduced beause the gcc implementation can't deal with function objects that overload operator & (like phoenix might do). To fix this, fcppt::function::object is a wrapper around std::tr1::function that takes special care for operator &.
1.8.2