What?! Good to know because it seems the friction between boost and its std counterparts (also with error_code, etc.) is steadily growing.

Knowing that, I'll have a much lower threshold for _not_ choosing boost when evaluating libraries.


-- Stian




From: Boost-users <boost-users-bounces@lists.boost.org> on behalf of degski via Boost-users <boost-users@lists.boost.org>
Sent: Thursday, April 12, 2018 11:11 PM
To: boost-users@lists.boost.org
Cc: degski
Subject: Re: [Boost-users] Convert boost::shared_ptr to std::shared_ptr for boost::dll::import
 
On 12 April 2018 at 13:48, David Demelier via Boost-users <boost-users@lists.boost.org> wrote:
It looks like for some reasons that it still use boost::shared_ptr
instead of std::shared_ptr even though C++11 is 7 years old.

Boost needs to support (a.o.) VC7.1 till eternity (needs to run on WinXP), so this will stay this way forever... "We don't support VC7.1" or "Move on", is NOT an option in 2018 as far as Boost is concerned.

degski