[libcxx-commits] [PATCH] D154590: [libc++] mark barrier constructor as constexpr explicit in <barrier>
    Edo via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Mon Jul 10 09:02:47 PDT 2023
    
    
  
diamante0018 added inline comments.
================
Comment at: libcxx/test/std/thread/thread.barrier/ctor.pass.cpp:30
+TEST_CONSTEXPR_CXX20 bool test() {
+  return true;
+}
----------------
Mordante wrote:
> This test does nothing.
Does the updated version work now?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154590/new/
https://reviews.llvm.org/D154590
    
    
More information about the libcxx-commits
mailing list