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

Std::basic_ostringstream<wchar_t>



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;
}

-----Original Message-----
From: martin@mira [mailto:martin@mira] On Behalf Of Martin v. Loewis
Sent: Thursday, February 21, 2002 12:06 PM
To: Eric T. Korb
Cc: debian-gcc@lists.debian.org
Subject: Re: Wchar_t and wstring


"Eric T. Korb" <ekorb@computer.org> writes:

> Does anyone know how to build GCC3.0 for Debian 2.2_rev3 such that 
> wchar_t is fully functional?  I'm getting compilation errors on:
> 	/home/ekorb/OpenVXI_2.0/src/VXI/DocumentModel.cpp:38: undefined 
> reference to `std::_Format_cache<wchar_t>::_Format_cache()'
> When trying to compile OpenVXI.  Any assistance appreciated,

It's most likely not a build issue, but rather a plain bug. Submit a bug
report (ideally including a small test case which reproduces the
problem).

Regards,
Martin



Reply to: