Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
prog.cc: In function 'int main()':
prog.cc:9:12: error: cannot decompose class type 'triple': both it and its base class 'triple' have non-static data members
auto&& [a, b, c] = triple {};
^~~~~~~~~
prog.cc:9:12: warning: unused structured binding declaration [-Wunused-variable]
Exit Code:
1