In MS Visual Studio 2019, Ver. 16.10.1 (or 16.11.0 Preview 1.0), Toolset v142
with Option /std:latest /Zc:__cplusplus
Intellisense tells me __cplusplus is ' 201705L', but the compiled program prints the following: "MSVC= '1929', __plusplus = '202004'":
Can someone please confirm that this is an error and tell me where and how I should/could best report something like this?
( With the MS compiler currently available at Godbolt.org, this discrepancy does not occur. The compilation there says '201705', see https://godbolt.org/z/oax35erME. )