Kode / kmake

Meta build system
Other
12 stars 14 forks source link

support for cpp standards > cpp20 with c++latest in visual studio. #54

Closed Paolo-Oliverio closed 7 months ago

Paolo-Oliverio commented 7 months ago

Actual solution see case 'gnu++2b': case 'c++2b': case 'gnu++23': case 'c++23': all throwing 'C++ 23 is not yet supported in Visual Studio'; Proposed solution: it could give a warning (e.g."visual studio may not support every feature from the selected cpp standard" then return "stdcpplatest" and let visual studio fail if the feature is not implemented yet.