Author
anonymous
about 7 years ago
Language
Compiler
Options
Author
anonymous
about 7 years ago
$
prog.cc: In constructor 'constexpr Cls::Cls()':
prog.cc:1:8: warning: 'Cls::x' is deprecated [-Wdeprecated-declarations]
struct Cls {
^~~
prog.cc:2:26: note: declared here
[[deprecated]] int x = 0; // removing = 0 silences warning
^
prog.cc:1:8: warning: 'Cls::x' is deprecated [-Wdeprecated-declarations]
struct Cls {
^~~
prog.cc:2:26: note: declared here
[[deprecated]] int x = 0; // removing = 0 silences warning
^
prog.cc: In function 'int main()':
prog.cc:6:7: note: synthesized method 'constexpr Cls::Cls()' first required here
Cls c;
^
Exit Code:
0