On 22 November 2013 18:58,  <[email protected]> wrote:
> "
> systemclock.cpp: In instantiation of 'void MinHeap<Key, Value>::Insert(Key,
> Value) [with Key = long long int; Value = SimulationMember*]':
> systemclock.cpp:135:40:   required from here
> systemclock.cpp:70:23: error: 'resize' was not declared in this scope, and
> no declarations were found by argument-dependent lookup at the point of
> instantiation [-fpermissive]
>   resize(this->size()+1);
>                        ^
> systemclock.cpp:70:23: note: declarations in dependent base
> 'std::vector<std::pair<long long int, SimulationMember*>,
> std::allocator<std::pair<long long int, SimulationMember*> > >' are not
> found by unqualified lookup
> systemclock.cpp:70:23: note: use 'this->resize' instead

Hm,

> use 'this->resize' instead

I think this would fix it. In fact I think someone reported the same
build problem many months ago and the solution was this.

-- 
Petr Hluzin

_______________________________________________
Simulavr-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to