[libcxx-commits] [PATCH] D108203: [libc++] Rely solely on using_if_exists for ::aligned_alloc, ::quick_exit and ::timespec_get

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 10 06:06:31 PST 2022


ldionne updated this revision to Diff 414363.
ldionne added a comment.
Herald added a project: All.

Rebase onto main. This should be ready to land since we don't support compilers without using_if_exists (except GCC, but we assume a proper C11 implementation on that compiler).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108203/new/

https://reviews.llvm.org/D108203

Files:
  libcxx/include/__config
  libcxx/include/cstdlib
  libcxx/include/ctime

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108203.414363.patch
Type: text/x-patch
Size: 5769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220310/a47bdcec/attachment.bin>


More information about the libcxx-commits mailing list