Skip to content

Support for modules (C++20)? #1196

Closed Answered by aismann
aismann asked this question in Q&A
Discussion options

You must be logged in to vote

Answer from @rh101:

C++ Modules require C++20, and given that there is functionality in the engine that is limited to C++17 (UWP in particular), supporting modules may not be possible at this point in time. If anything, you may need to create a separate fork of the engine and have it implemented in there, but merging it back into the engine may not be possible, at least not until everything is compatible with C++20.

Also, it's best if queries like this are put in the Discussions section, and not in the issue tracker.

Replies: 1 comment

Comment options

aismann
May 2, 2023
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by aismann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant