bkaradzic / GENie

GENie - Project generator tool
Other
899 stars 167 forks source link

New CPP 23 Standard #532

Open Ptomaine opened 3 years ago

Ptomaine commented 3 years ago

Hello,

Starting from GCC 11, the latest supported CPP standard is now c++2b (aka c++23). Could you please provide the support for this in GENie?

Thanks, Arlen.

Ptomaine commented 3 years ago

You can test it on Windows using MinGW GCC. You can get it from here: https://gcc-mcf.lhmouse.com

bkaradzic commented 3 years ago

If you use CppLatest it will use C++2a. Can't update until all compilers support C++23.