|
From: | Vincent Caron |
Subject: | Re: [Nel] Debug compile error in Nel |
Date: | Tue, 05 Nov 2002 16:18:08 +0100 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2a) Gecko/20020910 |
Mike Stoddart wrote:
When I compile Nel with debug, I get the following compile error: Compiling... hierarchical_timer.cppD:\nel\src\misc\hierarchical_timer.cpp(391) : error C2660: 'push_back' : function does not take 0 parameters
Hello,this has been fixed in CVS weeks ago. The STL's container push_back() method needs an element as argument, the old code you have rely on a bug in STLport < 4.5. The fix reads as :
nodeStats.push_back(CNodeStat()); BTW, please pull the code from the new & official public CVS server : https://savannah.nongnu.org/cvs/?group=nel
[Prev in Thread] | Current Thread | [Next in Thread] |