
3 May
2012
3 May
'12
8:48 a.m.
What about this ?
1) If Foo is a Boost library, it should use boost::shared_ptr. 2) boost::shared_ptr may be an alias/using/... to std::shared_ptr. But this is up to Boost.SmartPtr, not to Boost.Foo.
AFAIR, not all boost libraries are equivalent to the standard counterparts.