[libcxx-commits] [PATCH] D115275: [libc++] Remove _LIBCPP_DEFAULT

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 7 11:43:09 PST 2021


philnik created this revision.
philnik added reviewers: ldionne, Quuxplusone.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

clang has `= default` as an extension in c++03, so just use it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115275

Files:
  libcxx/include/__config
  libcxx/include/__memory/allocator.h
  libcxx/include/atomic
  libcxx/include/system_error

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115275.392492.patch
Type: text/x-patch
Size: 3581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211207/35fb2c04/attachment-0001.bin>


More information about the libcxx-commits mailing list