[libcxx-commits] [PATCH] D90968: Fix for the Bug 41784
Ruslan Arutyunyan via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 25 14:49:34 PST 2021
rarutyun added a comment.
In D90968#2507523 <https://reviews.llvm.org/D90968#2507523>, @ldionne wrote:
> In addition to the comments I made, can you please add tests using the type traits like `static_assert(!std::is_copy_constructible_v<std::atomic<int>>);`?
Sure, will do it in the next update. I guess I should check both copy constructible and copy assignable there. Anything else?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90968/new/
https://reviews.llvm.org/D90968
More information about the libcxx-commits
mailing list