[libcxx-commits] [PATCH] D122351: [libc++] Remove the _LIBCPP_BOOL_CONSTANT macro
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 23 14:03:43 PDT 2022
ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
I suspect this is a remnant of the times when we were not comfortable
using Clang's C++11/14 extensions everywhere, but now we do, so we can
use _BoolConstant instead and get rid of the macro.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D122351
Files:
libcxx/include/exception
libcxx/include/ratio
libcxx/include/type_traits
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122351.417739.patch
Type: text/x-patch
Size: 3874 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220323/ed1e2a66/attachment-0001.bin>
More information about the libcxx-commits
mailing list