[all-commits] [llvm/llvm-project] 4ff2fe: [libcxx] removes `weak_equality` and `strong_equal...

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Mon May 10 13:46:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ff2fe1df0cea28e3ef2963116385c86bf3b5055
      https://github.com/llvm/llvm-project/commit/4ff2fe1df0cea28e3ef2963116385c86bf3b5055
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2021-05-10 (Mon, 10 May 2021)

  Changed paths:
    M libcxx/include/compare
    M libcxx/test/std/language.support/cmp/cmp.common/common_comparison_category.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.partialord/partialord.pass.cpp
    R libcxx/test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.strongord/strongord.pass.cpp
    R libcxx/test/std/language.support/cmp/cmp.weakeq/cmp.weakeq.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.weakord/weakord.pass.cpp

  Log Message:
  -----------
  [libcxx] removes `weak_equality` and `strong_equality` from <compare>

`weak_equality` and `strong_equality` were removed before being
standardised, and need to be removed.

Also adjusts `common_comparison_category` since its test needed
adjusting due to the equality deletions.

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




More information about the All-commits mailing list