$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:42:00
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)?
degski