help-gplusplus
[Top][All Lists]
Advanced

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

Re: hash_set core dump on memory free


From: guerif
Subject: Re: hash_set core dump on memory free
Date: 5 Nov 2006 09:58:10 -0500

{ Note: this article is cross-posted to comp.lang.c++, 
microsoft.public.vc.stl, gnu.g++.help and comp.lang.c++.moderated. -mod }

Rakesh wrote:

>   for (Iter1 = AddedPhrases.begin(); Iter1 != AddedPhrases.end(); Iter1++)

Hi Rakesh,

Just replace "Iter1++" by "++Iter1"...

Hope this helps!
Sebastien

--
Sébastien Guérif
http://www-lipn.univ-paris13.fr/~guerif


-- 
      [ See http://www.gotw.ca/resources/clcm.htm for info about ]
      [ comp.lang.c++.moderated.    First time posters: Do this! ]



reply via email to

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