-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
2,031 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- absl/container/internal/layout.h 2023-11-28 09:35:48 | ||
+++ absl/container/internal/layout.updated.h 2023-11-28 10:13:14 | ||
@@ -181,9 +181,11 @@ | ||
#include <sanitizer/asan_interface.h> | ||
#endif | ||
|
||
-#if defined(__GXX_RTTI) | ||
-#define ABSL_INTERNAL_HAS_CXA_DEMANGLE | ||
-#endif | ||
+// Comment out ABSL_INTERNAL_HAS_CXA_DEMANGLE definition to work around this issue: | ||
+// https://github.com/abseil/abseil-cpp/issues/1435 | ||
+// #if defined(__GXX_RTTI) | ||
+// #define ABSL_INTERNAL_HAS_CXA_DEMANGLE | ||
+// #endif | ||
|
||
#ifdef ABSL_INTERNAL_HAS_CXA_DEMANGLE | ||
#include <cxxabi.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.