forked from OSchip/llvm-project
[libc++][NFC] Improve comment about vector and string base class ABI flags
This commit is contained in:
parent
d65fa2c43c
commit
fe7cd1d199
|
@ -110,9 +110,9 @@
|
|||
// compatible. This switch removes these workarounds for platforms that don't care
|
||||
// about ABI compatibility.
|
||||
# define _LIBCPP_ABI_NO_RANDOM_DEVICE_COMPATIBILITY_LAYOUT
|
||||
// Remove basic_string common base
|
||||
// Don't export the legacy __basic_string_common class and its methods from the built library.
|
||||
# define _LIBCPP_ABI_DO_NOT_EXPORT_BASIC_STRING_COMMON
|
||||
// Remove vector base class
|
||||
// Don't export the legacy __vector_base_common class and its methods from the built library.
|
||||
# define _LIBCPP_ABI_DO_NOT_EXPORT_VECTOR_BASE_COMMON
|
||||
// According to the Standard, `bitset::operator[] const` returns bool
|
||||
# define _LIBCPP_ABI_BITSET_VECTOR_BOOL_CONST_SUBSCRIPT_RETURN_BOOL
|
||||
|
|
Loading…
Reference in New Issue