[all-commits] [llvm/llvm-project] 6256cc: [libc++][NFC] Update the remaining enable_ifs
philnik777 via All-commits
all-commits at lists.llvm.org
Fri Sep 1 17:51:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6256ccfd4f062f0b72b73adffe1dbf2c5b9903bb
https://github.com/llvm/llvm-project/commit/6256ccfd4f062f0b72b73adffe1dbf2c5b9903bb
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M libcxx/include/__charconv/from_chars_integral.h
M libcxx/include/__charconv/to_chars_integral.h
M libcxx/include/__filesystem/path.h
M libcxx/include/__functional/bind.h
M libcxx/include/__functional/function.h
M libcxx/include/__functional/hash.h
M libcxx/include/__memory/construct_at.h
M libcxx/include/__memory/unique_ptr.h
M libcxx/include/__type_traits/invoke.h
M libcxx/include/__type_traits/is_swappable.h
M libcxx/include/__utility/pair.h
M libcxx/include/__utility/swap.h
M libcxx/include/istream
M libcxx/include/ostream
M libcxx/include/regex
M libcxx/include/scoped_allocator
Log Message:
-----------
[libc++][NFC] Update the remaining enable_ifs
This brings most of the enable_ifs in libc++ to the same style.
Reviewed By: #libc, ldionne
Spies: ldionne, libcxx-commits
Differential Revision: https://reviews.llvm.org/D157753
More information about the All-commits
mailing list