When using clang modules (not C++ modules) #including stuff within extern "C" blocks causes warnings. Remove said warnings by moving the #include. See this StackOverflow question for an idea of what the warning looks like.
Before submitting this PR, run tools/clang-format.sh on your changes. See the "Contributing" section in the README for details.
When using clang modules (not C++ modules) #including stuff within
extern "C"
blocks causes warnings. Remove said warnings by moving the #include. See this StackOverflow question for an idea of what the warning looks like.Before submitting this PR, run
tools/clang-format.sh
on your changes. See the "Contributing" section in the README for details.