We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perhaps a duplicate issue.
C++ modules seem objectively better than headers.
Perhaps some of the stuff that Nix does with headers can't be replicated with modules but it seems like you can use them both at the same time.
For reference: https://clang.llvm.org/docs/StandardCPlusPlusModules.html
The text was updated successfully, but these errors were encountered:
Might be easier with #3160
Sorry, something went wrong.
See https://github.com/mesonbuild/meson/blob/864919973f73ec2c6ae6ca01be7fe5e8b950df12/test%20cases/unit/85%20cpp%20modules/gcc/meson.build for example with Meson, seems very straight-forward
No branches or pull requests
Perhaps a duplicate issue.
C++ modules seem objectively better than headers.
Perhaps some of the stuff that Nix does with headers can't be
replicated with modules but it seems like you can use them both at the same time.
For reference: https://clang.llvm.org/docs/StandardCPlusPlusModules.html
The text was updated successfully, but these errors were encountered: