Closed benoit-dubreuil closed 3 years ago
Currently, GCC and Clang generated build system configurations do not support C++20. Half of that problem is normal, due to the fact that Meson does not support C++20 with those compilers yet.
C++20
Currently, GCC and Clang generated build system configurations do not support
C++20
. Half of that problem is normal, due to the fact that Meson does not supportC++20
with those compilers yet.Specifications
C++20
for GCC using machine files.C++20
for Clang using machine files.