30 Dec
2009
30 Dec
'09
4:13 p.m.
Another strange behavior:
struct Functor
{
void func1() const
{}
};
int main()
{
boost::shared_ptr<Functor> pf1;
Functor *pf2;
boost::function