$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 19:45:26
On 14/05/13 00:23, Vicente J. Botet Escriba wrote:
> The binaries not only can not use c++11
> features in their interface, them can not use any class or function that
> can have a different form on C++11 or C++03.
They can as long as it's not on the ABI boundary.
> I would say that it could be good if a library author follows this
> advice, but I would not require it.
Of course this would not need to apply to libraries that are C++11-only.