simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] build on debian


From: Petr Hluzín
Subject: Re: [Simulavr-devel] build on debian
Date: Sat, 23 Nov 2013 01:52:11 +0100

On 22 November 2013 18:58,  <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]