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 bd3cfca commit bd1e468Copy full SHA for bd1e468
clang/test/CXX/drs/cwg18xx.cpp
@@ -564,12 +564,12 @@ struct A {
564
namespace ex2 {
565
#if __cplusplus >= 201103L
566
struct Bar {
567
- struct Baz { // #Baz
+ struct Baz { // #cwg1890-Baz
568
int a = 0;
569
};
570
static_assert(__is_constructible(Baz), "");
571
// since-cxx11-error@-1 {{static assertion failed due to requirement '__is_constructible(cwg1890::ex2::Bar::Baz)'}}
572
- // since-cxx11-note@#Baz {{'Baz' defined here}}
+ // since-cxx11-note@#cwg1890-Baz {{'Baz' defined here}}
573
574
#endif
575
} // namespace ex2
0 commit comments