0_0_11784366_8456.cpp: In member function `pnt pnt::norm()':
0_0_11784366_8456.cpp:46: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
0_0_11784366_8456.cpp:18: note: candidate 1: pnt pnt::operator/(const double&) const
0_0_11784366_8456.cpp:22: note: candidate 2: pnt pnt::operator/(pnt)
|