[all-commits] [llvm/llvm-project] b4e88d: [libc++][NFC] Rename _EnableIf to __enable_if_t fo...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Sep 8 12:21:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4e88d4db12e9460e581de453c8603eb280f145b
https://github.com/llvm/llvm-project/commit/b4e88d4db12e9460e581de453c8603eb280f145b
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-09-08 (Wed, 08 Sep 2021)
Changed paths:
M libcxx/include/__functional/bind.h
M libcxx/include/__functional/reference_wrapper.h
M libcxx/include/__iterator/advance.h
M libcxx/include/__iterator/iterator_traits.h
M libcxx/include/__iterator/move_iterator.h
M libcxx/include/__iterator/reverse_iterator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/pointer_traits.h
M libcxx/include/__memory/shared_ptr.h
M libcxx/include/bitset
M libcxx/include/math.h
M libcxx/include/queue
M libcxx/include/stack
M libcxx/include/string
M libcxx/include/tuple
M libcxx/include/type_traits
Log Message:
-----------
[libc++][NFC] Rename _EnableIf to __enable_if_t for consistency
In other places in the code, we use lowercase spelling for things that
are not available in prior standards.
Differential Revision: https://reviews.llvm.org/D109435
More information about the All-commits
mailing list