benoit-dubreuil / template-repo-cpp-ecosystem

Template repository for projects using C++ and its ecosystem
MIT License
0 stars 0 forks source link

Support C++20 for GCC and Clang Using Machine Files #177

Closed benoit-dubreuil closed 3 years ago

benoit-dubreuil commented 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.

Specifications