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
__GXX_RTTI
cxxabi.h
In layout.h we have
if defined(__GXX_RTTI) #define ABSL_INTERNAL_HAS_CXA_DEMANGLE #endif #ifdef ABSL_INTERNAL_HAS_CXA_DEMANGLE #include <cxxabi.h> #endif
which then falls over since cxxabi.h doesn't exist.
Build run clang-tidy version 15 or 16 (or presumably build with the corresponding clang version).
20230125.2
Mac OS 13
clang-tidy 15/16
cmake 3.26.3
Using the conan package.
The text was updated successfully, but these errors were encountered:
Hi,
It can be related? paulocoutinhox/pdfium-lib#102
Thanks.
Sorry, something went wrong.
No branches or pull requests
Describe the issue
In layout.h we have
which then falls over since cxxabi.h doesn't exist.
Steps to reproduce the problem
Build run clang-tidy version 15 or 16 (or presumably build with the corresponding clang version).
What version of Abseil are you using?
20230125.2
What operating system and version are you using?
Mac OS 13
What compiler and version are you using?
clang-tidy 15/16
What build system are you using?
cmake 3.26.3
Additional context
Using the conan package.
The text was updated successfully, but these errors were encountered: