8 Feb
2018
8 Feb
'18
11:42 p.m.
On 8 February 2018 at 17:36, Peter Dimov via Boost
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