[libcxx-commits] [PATCH] D109435: [libc++][NFC] Rename _EnableIf to __enable_if_t for consistency

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 8 06:16:18 PDT 2021


ldionne created this revision.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

In other places in the code, we use lowercase spelling for things that
are not available in prior standards.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109435

Files:
  libcxx/include/__functional/bind.h
  libcxx/include/__functional/reference_wrapper.h
  libcxx/include/__iterator/advance.h
  libcxx/include/__iterator/iterator_traits.h
  libcxx/include/__iterator/move_iterator.h
  libcxx/include/__iterator/reverse_iterator.h
  libcxx/include/__memory/allocator_traits.h
  libcxx/include/__memory/pointer_traits.h
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/bitset
  libcxx/include/math.h
  libcxx/include/queue
  libcxx/include/stack
  libcxx/include/string
  libcxx/include/tuple
  libcxx/include/type_traits

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109435.371325.patch
Type: text/x-patch
Size: 62048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210908/3df164b6/attachment-0001.bin>


More information about the libcxx-commits mailing list