$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: degski (degski_at_[hidden])
Date: 2018-02-08 23:48:09
On 8 February 2018 at 17:42, degski <degski_at_[hidden]> wrote:
> On 8 February 2018 at 17:36, Peter Dimov via Boost <boost_at_[hidden]>
> wrote:
>
>> the class layout and size could change if you compile this in two
>> translation units, one C++14 (uses boost::string_view), one C++17 (uses
>> std::string_view).
>
>
> Does this apply also when using static libs, each one statically linked to
> its' CRT (at the time of compilation)?
>
Just to be sure you take the above in the right way. I'm not trying to wind
you up, I'm trying to learn something (from the experts).
degski