Run Code | API | Code Wall | Misc | Feedback | Login | Theme | Privacy | Patreon |
constructor-is-not-called-in-this-aggregation-classWarning(s): source_file.cpp:16:8: warning: parentheses were disambiguated as a function declaration [-Wvexing-parse] B b(A()); /* no ouput */ ^~~~~ source_file.cpp:16:9: note: add a pair of parentheses to declare a variable B b(A()); /* no ouput */ ^ ( ) 1 warning generated. |