Skip to content

Commit

Permalink
[libc++] Take the ABI break for unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
philnik777 committed Jul 25, 2024
1 parent 270f5e4 commit 39601ef
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 75 deletions.
2 changes: 0 additions & 2 deletions libcxx/include/__configuration/abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
# define _LIBCPP_ABI_ALTERNATE_STRING_LAYOUT
// Fix deque iterator type in order to support incomplete types.
# define _LIBCPP_ABI_INCOMPLETE_TYPES_IN_DEQUE
// Fix undefined behavior in how std::list stores its linked nodes.
# define _LIBCPP_ABI_LIST_REMOVE_NODE_POINTER_UB
// Fix undefined behavior in how __tree stores its end and parent nodes.
# define _LIBCPP_ABI_TREE_REMOVE_NODE_POINTER_UB
// Fix undefined behavior in how __hash_table stores its pointer types.
Expand Down
Loading

0 comments on commit 39601ef

Please sign in to comment.