[all-commits] [llvm/llvm-project] 3ed8b9: [libc++] Rename take_while_view::__sentinel to __t...

philnik777 via All-commits all-commits at lists.llvm.org
Sat Jan 21 22:44:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ed8b93714c6ccd4ec282ab9cb68135bf1287c8a
      https://github.com/llvm/llvm-project/commit/3ed8b93714c6ccd4ec282ab9cb68135bf1287c8a
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-01-22 (Sun, 22 Jan 2023)

  Changed paths:
    M libcxx/include/__ranges/take_while_view.h

  Log Message:
  -----------
  [libc++] Rename take_while_view::__sentinel to __take_while_view_sentinel

This makes it easier to specialize traits classes, like __segmented_iterator_traits.

Reviewed By: var-const, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D142276




More information about the All-commits mailing list