In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:71:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_35295721_7354.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/predefined_ops.h: In instantiation of 'bool __gnu_cxx::__ops::_Iter_comp_val<_Compare>::operator()(_Iterator, _Value&) [with _Iterator = __gnu_cxx::__normal_iterator<lov*, std::vector<lov> >; _Value = const lov; _Compare = judge(double)::<lambda(lov&, lov&)>]':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:965:30: required from '_ForwardIterator std::__lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<lov*, std::vector<lov> >; _Tp = lov; _Compare = __gnu_cxx::__ops::_Iter_comp_val<judge(double)::<lambda(lov&, lov&)> >]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:2036:46: required from '_FIter std::lower_bound(_FIter, _FIter, const _Tp&, _Compare) [with _FIter = __gnu_cxx::__normal_iterator<lov*, std::vector<lov> >; _Tp = lov; _Compare = judge(double)::<lambda(lov&, lov&)>]'
0_0_35295721_7354.cpp:33:31: required from here
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/predefined_ops.h:141:37: error: no match for call to '(judge(double)::<lambda(lov&, lov&)>) (lov&, const lov&)'
{ return bool(_M_comp(*__it, __val)); }
^
0_0_35295721_7354.cpp:31:32: note: candidates are:
[&](lov &a, lov &b) {
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:71:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_35295721_7354.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/predefined_ops.h:141:37: note: bool (*)(lov&, lov&) <conversion>
{ return bool(_M_comp(*__it, __val)); }
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/predefined_ops.h:141:37: note: candidate expects 3 arguments, 3 provided
0_0_35295721_7354.cpp:31:48: note: judge(double)::<lambda(lov&, lov&)>
[&](lov &a, lov &b) {
^
0_0_35295721_7354.cpp:31:48: note: no known conversion for argument 2 from 'const lov' to 'lov&'
|