[all-commits] [llvm/llvm-project] 38812f: [libc++] [P1614] Implement std::compare_three_way_...

Quuxplusone via All-commits all-commits at lists.llvm.org
Wed Aug 18 07:02:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38812f4ac122df2cef7754d7afda8c9a08695a03
      https://github.com/llvm/llvm-project/commit/38812f4ac122df2cef7754d7afda8c9a08695a03
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__compare/compare_three_way_result.h
    M libcxx/include/compare
    M libcxx/include/module.modulemap
    A libcxx/test/libcxx/diagnostics/detail.headers/compare/compare_three_way_result.module.verify.cpp
    A libcxx/test/std/language.support/cmp/cmp.result/compare_three_way_result.compile.pass.cpp

  Log Message:
  -----------
  [libc++] [P1614] Implement std::compare_three_way_result.

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


  Commit: 0fb189952c7b326eda3edeab640d5ada644ead8b
      https://github.com/llvm/llvm-project/commit/0fb189952c7b326eda3edeab640d5ada644ead8b
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
    M libcxx/include/__ranges/subrange.h
    A libcxx/test/std/ranges/range.utility/range.subrange/access/structured_binding.pass.cpp

  Log Message:
  -----------
  [libc++] Implement structured binding for std::ranges::subrange.

The `get` half of this machinery was already implemented, but the `tuple_size`
and `tuple_element` parts were hiding in [ranges.syn] and therefore missed.

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


Compare: https://github.com/llvm/llvm-project/compare/9f27364377a2...0fb189952c7b


More information about the All-commits mailing list