[libcxx-commits] [PATCH] D116884: [libcxx][test] optional's comparisons with optional are not portably constrained

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 9 07:02:39 PST 2022


Quuxplusone added inline comments.


================
Comment at: libcxx/test/std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable.compile.pass.cpp:29-32
 #ifndef _LIBCPP_HAS_NO_THREADS
 #   include <mutex>
 #endif
 
----------------
This can go away.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116884



More information about the libcxx-commits mailing list