bkaradzic / GENie

GENie - Project generator tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New CPP 23 Standard

Ptomaine opened this issue · comments

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.

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

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