------- Comment #2 from redi at gcc dot gnu dot org  2009-10-08 09:43 -------
(In reply to comment #1)
> std::set<int>::iterator i = s.insert(5);
Oops, that should be 
std::set<int>::iterator i = s.insert(5).first;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41628

Reply via email to