From Meson version 1.2.0 and newer what is the best way to enable C++20 modules #13200
Answered
by
eli-schwartz
dreamer-coding
asked this question in
Q&A
-
What is the recommended approach, starting from Meson version 1.2.0 onwards, to enable support for C++20 modules within a C++ project? |
Beta Was this translation helpful? Give feedback.
Answered by
eli-schwartz
May 9, 2024
Replies: 2 comments 2 replies
-
#5024 seems relevant. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that for basic support, meson will recognize MSVC *.ixx files, and for GCC you can add
cpp_args: ['-fmodules-ts']
.