[all-commits] [llvm/llvm-project] c0f87e: [libc++] Remove _LIBCPP_HAS_NO_SPACESHIP_OPERATOR

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Nov 17 08:00:17 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0f87e83820b73610e9352a46f0c386d6aa91767
      https://github.com/llvm/llvm-project/commit/c0f87e83820b73610e9352a46f0c386d6aa91767
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-11-17 (Wed, 17 Nov 2021)

  Changed paths:
    M libcxx/include/__compare/common_comparison_category.h
    M libcxx/include/__compare/compare_three_way.h
    M libcxx/include/__compare/ordering.h
    M libcxx/include/__compare/synth_three_way.h
    M libcxx/include/__compare/three_way_comparable.h
    M libcxx/include/__config
    M libcxx/include/__coroutine/coroutine_handle.h
    M libcxx/include/__ranges/transform_view.h
    M libcxx/include/__utility/pair.h
    M libcxx/include/compare
    M libcxx/include/tuple

  Log Message:
  -----------
  [libc++] Remove _LIBCPP_HAS_NO_SPACESHIP_OPERATOR

All supported compilers support spaceship in C++20 nowadays.

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




More information about the All-commits mailing list