0_0_23744465_11047.cpp: In function 'int main()':
0_0_23744465_11047.cpp:53:4: error: reference to 'less' is ambiguous
less(p);
^
0_0_23744465_11047.cpp:22:6: note: candidates are: void less(int)
void less(int p)
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:48:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_23744465_11047.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_function.h:367:12: note: template<class _Tp> struct std::less
struct less : public binary_function<_Tp, _Tp, bool>
^
|