$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [filesystem] 1.49 linking with c++0x
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2012-07-13 07:58:13
On 13.07.2012 13:22, Beman Dawes wrote:
> On Thu, Jul 12, 2012 at 9:32 PM, Daniel Larimer <dlarimer_at_[hidden]> wrote:
>
>> Considering the ABI hasn't broken yet for GCC or (VS2010??), I would think boost should avoid breaking the boost ABI as well based upon a simple compile flag.
>>
As an aside, VS2010 doesn't have a C++03 mode (it always enables all the
11 features it has), and Visual Studio breaks standard library ABI on
every version. So that's not a concern there.
Sebastian