$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] C++03 and C++11 ABI compatibility for compiled libraries
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2013-05-13 18:01:47
On 13/05/13 23:26, Vicente J. Botet Escriba wrote:
> I'm completely against option 1, it would kill Boost.
Why would it kill Boost?
Binary interfaces are purely implementation details. There is no problem
lowering them to C++03 while still exposing C++11 features to the user
or using C++11 internally.