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

Re: Std::basic_ostringstream<wchar_t>



On Thu, Feb 28, 2002 at 10:28:42AM -0500, Eric T. Korb wrote:
> I'm also getting a Seg Fault executing the following code snippet using
> gcc3.0.  Are there any known problems with ostringstream in 3.0?  Thanks
> in advance,
> 
> - Eric
> 
> #include <sstream>
> 
> int main ()
> {
>         std::basic_ostringstream<wchar_t> buffer;
> }

No problems with ostringstream directly, but the 3.0 series is weak on
wide-character I/O support.  We just branched for 3.1, and your test
snippet works fine with a 3.1 snapshot.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams



Reply to: