0_0_7798543_15756.cpp: In function `int main()':
0_0_7798543_15756.cpp:95: error: invalid initialization of non-const reference of type 'Tpoint&' from a temporary of type 'Tpoint'
0_0_7798543_15756.cpp:49: error: in passing argument 1 of `int dist(Tpoint&)'
0_0_7798543_15756.cpp:97: error: no match for 'operator*' in 'operator-(((Tpoint&)((+(((unsigned int)i) * 8u)) + ((Tpoint*)(&P)))), ((Tpoint&)((+(((unsigned int)k) * 8u)) + ((Tpoint*)(&P))))) * operator-(((Tpoint&)((+(((unsigned int)j) * 8u)) + ((Tpoint*)(&P)))), ((Tpoint&)((+(((unsigned int)k) * 8u)) + ((Tpoint*)(&P)))))'
0_0_7798543_15756.cpp:47: note: candidates are: int operator*(Tpoint&, Tpoint&)
0_0_7798543_15756.cpp:97: error: no match for 'operator^' in 'operator-(((Tpoint&)((+(((unsigned int)i) * 8u)) + ((Tpoint*)(&P)))), ((Tpoint&)((+(((unsigned int)k) * 8u)) + ((Tpoint*)(&P))))) ^ operator-(((Tpoint&)((+(((unsigned int)j) * 8u)) + ((Tpoint*)(&P)))), ((Tpoint&)((+(((unsigned int)k) * 8u)) + ((Tpoint*)(&P)))))'
0_0_7798543_15756.cpp:48: note: candidates are: int operator^(Tpoint&, Tpoint&)
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/ios_base.h:129: note: std::_Ios_Iostate std::operator^(std::_Ios_Iostate, std::_Ios_Iostate)
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/ios_base.h:98: note: std::_Ios_Openmode std::operator^(std::_Ios_Openmode, std::_Ios_Openmode)
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/ios_base.h:67: note: std::_Ios_Fmtflags std::operator^(std::_Ios_Fmtflags, std::_Ios_Fmtflags)
|