[all-commits] [llvm/llvm-project] 495509: [libc++] Remove _LIBCPP_DEFAULT
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Dec 7 13:19:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4955095fe69fa7724c8de8bda8ec8d1f76277e29
https://github.com/llvm/llvm-project/commit/4955095fe69fa7724c8de8bda8ec8d1f76277e29
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
M libcxx/include/__config
M libcxx/include/__memory/allocator.h
M libcxx/include/atomic
M libcxx/include/system_error
Log Message:
-----------
[libc++] Remove _LIBCPP_DEFAULT
clang has `= default` as an extension in c++03, so just use it.
Reviewed By: ldionne, Quuxplusone, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D115275
More information about the All-commits
mailing list