[all-commits] [llvm/llvm-project] 89599e: [libcxx][ranges] Add concepts in range.utility.hel...

Zoe Carver via All-commits all-commits at lists.llvm.org
Fri Jun 4 09:56:55 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89599e8b201a85c4555e72580b7137e4cce71c94
      https://github.com/llvm/llvm-project/commit/89599e8b201a85c4555e72580b7137e4cce71c94
  Author: zoecarver <z.zoelec2 at gmail.com>
  Date:   2021-06-04 (Fri, 04 Jun 2021)

  Changed paths:
    M libcxx/include/__iterator/concepts.h
    M libcxx/include/__iterator/iterator_traits.h
    M libcxx/include/__ranges/view.h
    M libcxx/include/concepts
    A libcxx/test/libcxx/ranges/range.utility.helpers/different_from.compile.pass.cpp
    A libcxx/test/libcxx/ranges/range.utility.helpers/has_arrow.compile.pass.cpp
    A libcxx/test/libcxx/ranges/range.utility.helpers/simple_view.compile.pass.cpp

  Log Message:
  -----------
  [libcxx][ranges] Add concepts in range.utility.helpers.

There are no changes to public APIs.

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




More information about the All-commits mailing list