[libcxx-commits] [PATCH] D110738: [libc++] [P1614] Implement the first half of [cmp.alg]: strong_order, weak_order, partial_order.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 20 15:15:30 PST 2021


Quuxplusone updated this revision to Diff 388734.
Quuxplusone added a comment.

Stop static_assert'ing `is_iec559` — it turns out that that's false for `long double` on AIX, but I bet the test still passes either way, so let's just verify that with buildkite.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110738

Files:
  libcxx/docs/Status/Cxx20Issues.csv
  libcxx/docs/Status/SpaceshipPapers.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__compare/partial_order.h
  libcxx/include/__compare/strong_order.h
  libcxx/include/__compare/weak_order.h
  libcxx/include/__utility/priority_tag.h
  libcxx/include/compare
  libcxx/include/module.modulemap
  libcxx/include/utility
  libcxx/test/libcxx/diagnostics/detail.headers/compare/partial_order.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/compare/strong_order.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/compare/weak_order.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/utility/priority_tag.module.verify.cpp
  libcxx/test/std/language.support/cmp/cmp.alg/partial_order.pass.cpp
  libcxx/test/std/language.support/cmp/cmp.alg/strong_order.pass.cpp
  libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp
  libcxx/test/std/language.support/cmp/cmp.alg/weak_order.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110738.388734.patch
Type: text/x-patch
Size: 91274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211120/7fb192e1/attachment-0001.bin>


More information about the libcxx-commits mailing list