[all-commits] [llvm/llvm-project] 832001: [libc++] [ranges] Uncomment operator<=> in transfo...

Quuxplusone via All-commits all-commits at lists.llvm.org
Sat Oct 2 18:29:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8320017b79eb8006b85a53ede8dfc92caa6da5a7
      https://github.com/llvm/llvm-project/commit/8320017b79eb8006b85a53ede8dfc92caa6da5a7
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-10-02 (Sat, 02 Oct 2021)

  Changed paths:
    M libcxx/include/__ranges/iota_view.h
    M libcxx/include/__ranges/transform_view.h
    M libcxx/test/std/ranges/range.adaptors/range.transform/iterator/compare.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.transform/types.h
    M libcxx/test/std/ranges/range.factories/range.iota.view/iterator/compare.pass.cpp

  Log Message:
  -----------
  [libc++] [ranges] Uncomment operator<=> in transform and iota iterators.

The existing tests for transform_view::iterator weren't quite right,
and can be simplified now that we have more of C++20 available to us.
Having done that, let's use the same pattern for iota_view::iterator
as well.

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




More information about the All-commits mailing list