1 2 3 4 5 6 7 8 9 10
|
C:\main.cpp||In function 'int main()':|
C:\main.cpp|88|error: 'class std::priority_queue<Call, std::vector<Call, std::allocator<Call> >, std::less<Call> >' has no member named 'front'|
c:\..\bits\stl_function.h||In member function 'bool std::less<_Tp>::operator()(const _Tp&, const _Tp&) const [with _Tp = Call]':|
c:\..\bits\stl_heap.h|303|instantiated from 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<Call*, std::vector<Call, std::allocator<Call> > >, _Distance = int, _Tp = Call, _Compare = std::less<Call>]'|
c:\..\bits\stl_heap.h|434|instantiated from 'void std::make_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<Call*, std::vector<Call, std::allocator<Call> > >, _Compare = std::less<Call>]'|
c:\..\bits\stl_queue.h|401|instantiated from 'std::priority_queue<_Tp, _Sequence, _Compare>::priority_queue(const _Compare&, const _Sequence&) [with _Tp = Call, _Sequence = std::vector<Call, std::allocator<Call> >, _Compare = std::less<Call>]'|
C:\main.cpp|39|instantiated from here|
c:\..\bits\stl_function.h|230|error: no match for 'operator<' in '__x < __y'|
||=== Build finished: 2 errors ===|
|