On Fri, May 31, 2002 at 10:11:01AM -0700, Sean 'Shaleh' Perry wrote: > > > > I saw that include in another file just before std::string > > so I thought it was the way to fix it :-) > > > > heh! No, #include <string> is. > > Mind giving cvs another whack?
Heh, I suspected it was a side-effect making that work :-) CVS now compiles fine with icc :-) This is the only warning of note: GCCache.cc GCCache.cc(119): warning #1011: missing return statement at end of non-void function "BGCCache::nextContext" }
