[libcxx-commits] [PATCH] D154590: [libc++] mark barrier constructor as explicit in <barrier>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 11 12:17:57 PDT 2023


philnik accepted this revision.
philnik added a comment.
This revision is now accepted and ready to land.

LGTM with green CI and comment addressed. If you don't have commit access, please provide your name and email for attribution.



================
Comment at: libcxx/test/std/thread/thread.barrier/ctor.pass.cpp:26-30
+int main(int, char**) {
+  // Nothing to do
+
+  return 0;
+}
----------------
You can make this a `.compile.pass.cpp` and remove the `main`.


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

https://reviews.llvm.org/D154590



More information about the libcxx-commits mailing list