[all-commits] [llvm/llvm-project] fe31f1: [libcxx] adds `std::incrementable_traits` to <iter...

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Mon Apr 12 22:02:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fe31f11cc82135a9f612300a66fd6b80cc3245c3
      https://github.com/llvm/llvm-project/commit/fe31f11cc82135a9f612300a66fd6b80cc3245c3
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M libcxx/docs/Cxx2aStatusPaperStatus.csv
    M libcxx/include/__config
    M libcxx/include/iterator
    A libcxx/test/std/iterators/iterator.requirements/iterator.assoc.types/incrementable.traits/incrementable_traits.compile.pass.cpp

  Log Message:
  -----------
  [libcxx] adds `std::incrementable_traits` to <iterator>

Implements parts of:
    - P0896R4 The One Ranges Proposal

Depends on D99041

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




More information about the All-commits mailing list