$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Curiousity question
From: Oswin Krause (Oswin.Krause_at_[hidden])
Date: 2016-10-13 05:42:50
Hi,
>
> I gather then that your library is for programmers using C+11 on up.
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.