forked from aldebaran/urbi
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github workflows: attempt fix for libc++ 4
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
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
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,12 @@ | ||
--- /usr/lib/llvm-14/include/c++/v1/__config 2022-03-23 08:41:07.000000000 +0100 | ||
+++ /usr/lib/llvm-14/include/c++/v1/__config.new 2023-11-16 13:39:12.027393115 +0100 | ||
@@ -167,7 +167,8 @@ | ||
#define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) | ||
|
||
#ifndef _LIBCPP_ABI_NAMESPACE | ||
-# define _LIBCPP_ABI_NAMESPACE _LIBCPP_CONCAT(__,_LIBCPP_ABI_VERSION) | ||
+//# define _LIBCPP_ABI_NAMESPACE _LIBCPP_CONCAT(__,_LIBCPP_ABI_VERSION) | ||
+# define _LIBCPP_ABI_NAMESPACE __1 | ||
#endif | ||
|
||
#if __cplusplus < 201103L |