[all-commits] [llvm/llvm-project] 06be4b: [libc++] Remove deprecated _LIBCPP_ALTERNATE_STRIN...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Jun 25 13:33:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 06be4bb5e6cc703f9a45c2b63c6a749a73e9be65
https://github.com/llvm/llvm-project/commit/06be4bb5e6cc703f9a45c2b63c6a749a73e9be65
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M libcxx/include/__config
Log Message:
-----------
[libc++] Remove deprecated _LIBCPP_ALTERNATE_STRING_LAYOUT macro
We use the _LIBCPP_ABI_ALTERNATE_STRING_LAYOUT macro for that now instead.
I did leave a check behind to make sure that nobody was still using the old
macro name. I'll remove it a couple of months down the road.
More information about the All-commits
mailing list