[libcxx-commits] [PATCH] D131215: [libc++][NFC] Remove TEST_HAS_NO_SPACESHIP_OPERATOR

Adrian Vogelsgesang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 5 15:32:00 PDT 2022


avogelsgesang added a comment.

to my understanding, even before the removal of that macro, the libc++ tests would not have worked on a compiler which doesn't support `operator<=>`.
We have other test case (e.g. `time/time.cal/time.cal.day/time.cal.day.nonmembers/comparisons.pass.cpp`) which rely on the spaceship operator and are not guarded by this macro


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131215/new/

https://reviews.llvm.org/D131215



More information about the libcxx-commits mailing list