Relative Content

Tag Archive for c++templatesvisual-studio-2022constexprgeneric-const-exprs

VS2022 (ver 17.11.0) C++ constexpr bug?

Playing with constexpr I had a strange situation that I reduced to a simple C++ example that works fine on VS2019 and GCC (tested on godbolt.org) but fails on the latest VS2022 (ver 17.11.0)

VS2022 (ver 17.11.0) C++ constexpr bug?

Playing with constexpr I had a strange situation that I reduced to a simple C++ example that works fine on VS2019 and GCC (tested on godbolt.org) but fails on the latest VS2022 (ver 17.11.0)