[libcxx-commits] [PATCH] D157753: [libc++][NFC] Update the remaining enable_ifs
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 11 13:06:17 PDT 2023
philnik created this revision.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This brings most of the enable_ifs in libc++ to the same style.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157753
Files:
libcxx/include/__charconv/from_chars_integral.h
libcxx/include/__charconv/to_chars_integral.h
libcxx/include/__filesystem/path.h
libcxx/include/__functional/bind.h
libcxx/include/__functional/function.h
libcxx/include/__functional/hash.h
libcxx/include/__memory/construct_at.h
libcxx/include/__memory/unique_ptr.h
libcxx/include/__type_traits/invoke.h
libcxx/include/__type_traits/is_swappable.h
libcxx/include/__utility/pair.h
libcxx/include/__utility/swap.h
libcxx/include/istream
libcxx/include/ostream
libcxx/include/regex
libcxx/include/scoped_allocator
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157753.549505.patch
Type: text/x-patch
Size: 31957 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230811/ca3bddfa/attachment-0001.bin>
More information about the libcxx-commits
mailing list