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 5e510b8 commit 95ca24bCopy full SHA for 95ca24b
clang/test/CXX/drs/cwg1xx.cpp
@@ -615,7 +615,6 @@ namespace cwg141 { // cwg141: 3.1
615
// cxx98-note@#cwg141-S {{lookup from the current scope refers here}}
616
// expected-error@#cwg141-a {{no member named 'n' in 'cwg141::A::S<int>'; did you mean '::cwg141::S<int>::n'?}}
617
// expected-note@#cwg141-S {{'::cwg141::S<int>::n' declared here}}
618
- // FIXME: we issue a useful diagnostic first, then some bogus ones.
619
b.f<int>();
620
// expected-error@-1 {{no member named 'f' in 'cwg141::B'}}
621
(void)b.S<int>::n;
0 commit comments