diff options
Diffstat (limited to 'libcxx/include/__configuration/abi.h')
| -rw-r--r-- | libcxx/include/__configuration/abi.h | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/libcxx/include/__configuration/abi.h b/libcxx/include/__configuration/abi.h index c9936df..38b85c6 100644 --- a/libcxx/include/__configuration/abi.h +++ b/libcxx/include/__configuration/abi.h @@ -61,14 +61,6 @@  // According to the Standard, `bitset::operator[] const` returns bool  #  define _LIBCPP_ABI_BITSET_VECTOR_BOOL_CONST_SUBSCRIPT_RETURN_BOOL -// In LLVM 20, we've changed to take these ABI breaks unconditionally. These flags only exist in case someone is running -// into the static_asserts we added to catch the ABI break and don't care that it is one. -// TODO(LLVM 22): Remove these flags -#  define _LIBCPP_ABI_LIST_REMOVE_NODE_POINTER_UB -#  define _LIBCPP_ABI_TREE_REMOVE_NODE_POINTER_UB -#  define _LIBCPP_ABI_FIX_UNORDERED_NODE_POINTER_UB -#  define _LIBCPP_ABI_FORWARD_LIST_REMOVE_NODE_POINTER_UB -  // These flags are documented in ABIGuarantees.rst  #  define _LIBCPP_ABI_ALTERNATE_STRING_LAYOUT  #  define _LIBCPP_ABI_DO_NOT_EXPORT_BASIC_STRING_COMMON | 
