issues
search
p-ranav
/
argparse
Argument Parser for Modern C++
MIT License
2.72k
stars
250
forks
source link
Module improvement.
#357
Closed
stripe2933
closed
6 months ago
stripe2933
commented
6 months ago
This PR does:
Suppress
include-angled-in-module-purview
warning. Export extern "C++" style is valid in Clang (
https://clang.llvm.org/docs/StandardCPlusPlusModules.html#export-extern-c-style
), but warning is emitted. This commit disables it.
This PR does:
include-angled-in-module-purview
warning. Export extern "C++" style is valid in Clang (https://clang.llvm.org/docs/StandardCPlusPlusModules.html#export-extern-c-style), but warning is emitted. This commit disables it.