forked from OSchip/llvm-project
[libc++] Remove error about _LIBCPP_ALTERNATE_STRING_LAYOUT not being supported anymore
It's been over two years since I added the temporary error, so I think it's reasonable to remove it now.
This commit is contained in:
parent
fd92ca00b4
commit
6720bc202a
|
@ -391,9 +391,6 @@
|
|||
|
||||
#if defined(_LIBCPP_COMPILER_CLANG_BASED)
|
||||
|
||||
#if defined(_LIBCPP_ALTERNATE_STRING_LAYOUT)
|
||||
# error _LIBCPP_ALTERNATE_STRING_LAYOUT is deprecated, please use _LIBCPP_ABI_ALTERNATE_STRING_LAYOUT instead
|
||||
#endif
|
||||
#if defined(__APPLE__) && !defined(__i386__) && !defined(__x86_64__) && \
|
||||
(!defined(__arm__) || __ARM_ARCH_7K__ >= 2)
|
||||
# define _LIBCPP_ABI_ALTERNATE_STRING_LAYOUT
|
||||
|
|
Loading…
Reference in New Issue