i think that CMake’s set to use the C++ 17 standard?
On 11/10/25 02:06, vulcan_--- via Discuss wrote:
i think that CMake’s set to use the C++ 17 standard?
You can use C++20 to build as C++ standards are intended to be backward
compatible.
You can't add source code requiring C++20 features to OpenSCAD (yet).
ciao,
Torsten.
off to wikipedia to see what features were added between standard 17 and 20 thanks Torsten -- jeff is vulcan_ in the cloud On Nov. 10, 2025, at 2:12 a.m., Torsten Paul via Discuss discuss@lists.openscad.org wrote: On 11/10/25 02:06, vulcan_--- via Discuss wrote: i think that CMake’s set to use the C++ 17 standard? You can use C++20 to build as C++ standards are intended to be backward compatible. You can't add source code requiring C++20 features to OpenSCAD (yet). ciao, Torsten. _______________________________________________ OpenSCAD mailing list To unsubscribe send an email to discuss-leave@lists.openscad.org