0_0_10084462_14295.cpp: In member function `Complex& Complex::operator+(const Complex&) const':
0_0_10084462_14295.cpp:13: error: invalid initialization of non-const reference of type 'Complex&' from a temporary of type 'Complex'
0_0_10084462_14295.cpp: In member function `Complex& Complex::operator-(const Complex&) const':
0_0_10084462_14295.cpp:14: error: invalid initialization of non-const reference of type 'Complex&' from a temporary of type 'Complex'
0_0_10084462_14295.cpp: In member function `Complex& Complex::operator*(const Complex&) const':
0_0_10084462_14295.cpp:15: error: invalid initialization of non-const reference of type 'Complex&' from a temporary of type 'Complex'
|