We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2750c8 commit 0c9cb64Copy full SHA for 0c9cb64
test/SemaCXX/cxx1z-copy-omission.cpp
@@ -124,7 +124,7 @@ struct AsBase : Noncopyable {
124
AsBase() : Noncopyable(make()) {} // expected-error {{deleted}}
125
};
126
struct AsDelegating final {
127
- AsDelegating(const AsDelegating &) = delete;
+ AsDelegating(const AsDelegating &) = delete; // expected-note {{deleted}}
128
static AsDelegating make(int);
129
130
// The base constructor version of this is problematic; the complete object
0 commit comments