10 Sep
2009
10 Sep
'09
11:06 p.m.
Is it possible to use slot::track with a tr1::shared_ptr instead of a boost::shared_ptr?
For example:
std::tr1::shared_ptr<MyObject> o;
typedef boost::signals2::signal