We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67baf5e commit 06a40cfCopy full SHA for 06a40cf
libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.verify.cpp
@@ -11,12 +11,6 @@
11
// template <class T>
12
// struct atomic;
13
14
-// This test checks that we static_assert inside std::atomic<T> when T
15
-// is not trivially copyable, however Clang will sometimes emit additional
16
-// errors while trying to instantiate the rest of std::atomic<T>.
17
-// We silence those to make the test more robust.
18
-// ADDITIONAL_COMPILE_FLAGS: -Xclang -verify-ignore-unexpected=error
19
-
20
#include <atomic>
21
22
struct NotTriviallyCopyable {
0 commit comments