5 Feb
2023
5 Feb
'23
12:23 a.m.
On 2/4/23 10:50 AM, Peter Dimov via Boost wrote:
As long as a C++11 compiler is used, code that compiles and works with > 1.82 should continue to compile and work with 1.83, without changes.
The serialization library consists of code from 2002 which is tested at each release to be sure it works with all known C++ compilers. A few tests are elided on one or another platforms because they depend on standard libraries which have been added/dropped over the years. May I presume that this doesn't affect me and I can ignore it? Robert Ramey