Subject: Re: [boost] question about C++11 guidelines
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2012-05-03 04:48:45


> 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.