-
- Downloads
Allow gcc, clang extension checks in wrappers
Previously, extensions like __has_builtin(x) or __has_feature(x) would cause a syntax error when the wrappers were wrapping a header file. Adding these as macros avoids the syntax error.
Loading
Please register or sign in to comment