gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog libbase/log.cpp libbase/log.h


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog libbase/log.cpp libbase/log.h
Date: Sat, 9 Dec 2006 00:41:38 +0100

On Fri, Dec 08, 2006 at 03:12:04PM -0700, Rob Savoye wrote:
> Sandro Santilli wrote:
> >On Fri, Dec 08, 2006 at 12:56:29PM +0000, Sandro Santilli wrote:
> 
> >As you can see we could drop *all* operator<< and just
> >leave the one for std::string. The downside is we'll be
> >using stringstream for printing *everything*, but the
> >code would be much more cleaner..
> >
> 
>   stringstream isn't portable to older versions of GCC, like 3.x I 
> believe. Currently I think the std::string one fails anyway...

Yes, I've heard this when using it in GEOS too.. but after all
the version of GCC in debian stable should support it...
stringstream is in the standard, right ? that'd be a gcc bug.

BTW, the std::string works here. Would be worth adding a unit test for LogFile.

--strk;




reply via email to

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