On Mon, 17 Mar 2003 14:47:20 +0300, Vladimir Prus <[EMAIL PROTECTED]>
wrote:

>Gennaro Prota wrote:
>
>>>Ok. I've forwarded this to Kevlin.
>> 
>> Maybe there's more than one problem here. I see that Vladimir talks
>> about warnings while Jeff about errors. Also maybe it helps to see the
>> exact condition to define BOOST_NO_STRINGSTREAM in
>> config/stdlib/sgi.hpp, with the comment therein? Just trying to lend a
>> hand...
>
>I'm sorry, "warning" in my post is typo. It should have been "error", and 
>the error message is precisely the same as previously reported. I just 
>wanted to note that lexical_cast was not broken with gcc 2.95.4 until 
>recently.

Ok. That compiler has always used the new <sstream> header. I think
the problem is that while the old lexical_cast just used
std::stringstream the new version uses the more general
std::basic_stringstream<>. To say, it is a bit more exigent as to what
to take out from <sstream>, and the config system doesn't tell it that
the header is actually broken.


Genny.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to