[libcxx-commits] [PATCH] D151559: [libc++] implement std::`jthread`
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 3 06:50:31 PDT 2023
Mordante added a comment.
I didn't do an in depth review, I mainly looked at the code out of curiosity.
================
Comment at: libcxx/include/__thread/jthread.h:66
+
+ _LIBCPP_HIDE_FROM_ABI jthread(jthread&& __other) noexcept = default;
+
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151559/new/
https://reviews.llvm.org/D151559
More information about the libcxx-commits
mailing list