Move LuxCoreRender to C++20 #968
Closed
howetuft
started this conversation in
Back-on-Track - v2.10
Replies: 2 comments 1 reply
-
Sounds like a reasonable goal to me! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@howetuft Could I ask you for a status update on this topic? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
This proposal aims to introduce the C++20 standard for building LuxCoreRender.
Rationale
In the C++20 standard, many functionalities previously supported by external dependencies are integrated into the standard library. These include:
boost.atomic
boost.thread
boost.chrono
boost.regex
{fmt}
In the future, this will help to lighten LuxCoreRender's external dependencies and, potentially, reduce the size of binaries.
Beta Was this translation helpful? Give feedback.
All reactions