Boost logo

Boost :

Subject: Re: [boost] Boost and auto_ptr (was Boost 1.60.0 beta 1...)
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2015-11-11 17:27:31


On Wed, Nov 11, 2015 at 1:10 PM, Jonathan Wakely <jwakely.boost_at_[hidden]>
wrote:

> On 11 November 2015 at 19:46, Karen Shaeffer wrote:
> > Well put. Let's say your project upgrades to g++-5.2. I've never
> verified this,
> > but isn't it true that you could continue to use std::auto_ptr by
> compiling
> > with the -std=c++03 flag?
>
> Yes. Or -std=c++11. Or -std=c++14.
>
>
That would also be true for libc++.
To do otherwise, we wouldn't be able to say that we're "c++11 compliant".

If you build with -std=c++11, you should get a C++11 standard library.
(modulo bug fixes)

-- Marshall


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk