$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] C++03 / C++11 compatibility question for compiled libraries
From: Olaf van der Spek (ml_at_[hidden])
Date: 2018-02-12 09:14:08
On Mon, Feb 12, 2018 at 9:45 AM, Raffi Enficiaud via Boost
<boost_at_[hidden]> wrote:
> * enforcing the use of the same language variant for the compilation of
> a library and all its dependencies. I believe this is what is done in
> the Debian community (please correct me if needed)
Is it?
If I as a user build my app, I can pick the language variant I want.
And AFAIK there's only one variant of the .so available:
lrwxrwxrwx 1 root root 34 Nov 12 2016
libboost_program_options.so -> libboost_program_options.so.1.62.0
-rw-r--r-- 1 root root 520672 Nov 12 2016 libboost_program_options.so.1.62.0
-- Olaf