$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-02-08 17:12:57
Ion Gaztañaga wrote:
> MSVC 14.0 is not fully compliant, full conformance starts with VS2017 I
> think:
>
> https://learn.microsoft.com/en-us/cpp/overview/cpp-conformance-
> improvements-2017?view=msvc-170
No version of MSVC is fully compliant (and this can't be fixed without
breaking ABI.)
Neither is GCC for that matter. Compilers will always have bugs.
You'll note that I don't have "fully compliant" anywhere in my criterion.
This is not due to random chance.