discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

i can use C++ 20 to build the app right?

V
vulcan_@mac.com
Mon, Nov 10, 2025 1:06 AM

i think that CMake’s set to use the C++ 17 standard?

i think that CMake’s set to use the C++ 17 standard?
TP
Torsten Paul
Mon, Nov 10, 2025 1:11 AM

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.

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.
JH
Jeffrey Hayes
Mon, Nov 10, 2025 1:53 AM

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

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