0_0_26596316_28819.cpp: In member function 'bool path::operator<(path) const':
0_0_26596316_28819.cpp:15:21: error: request for member 'time' in '(const path*)this', which is of pointer type 'const path*' (maybe you meant to use '->' ?)
return this.time < a.time;
^
|