$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Curiousity question
From: Gavin Lambert (gavinl_at_[hidden])
Date: 2016-10-13 17:36:47
On 13/10/2016 22:42, Oswin Krause wrote:
> Well, prior to C++11 there is not such a question due to a lack of
> std::shared_ptr, so yes, solution 1) assumes C++11. For a new library I
> would take the route that is easiest to maintain in the years to come.
Actually std::tr1::shared_ptr or stdext::shared_ptr (variously) has been
in many CRTs for many years before C++11. Though it didn't catch on as
much.