Hi,
Morten Brix Pedersen wrote:
> int main()
> {
> string test = "IUHASISAHDNI";
>
> vector vec;
> for (int i = 0; i <= 50; ++i) {
> string newstr;
> test += "NAWNASDKJNKNN";
> newstr = test;
String assignments are threadsafe now with gcc-3.0, so that wil
On Mon, 25 Jun 2001, Matthias Klose wrote:
> funny report. what do you expect? please provide the relevant source
> as documented in /usr/share/doc/gcc-3.0/README.Bugs.gz.
>
> > I'm Gabor Lenart from Hungary and we're developing a movie player software
> > for Linux. We tried to compile and be
2 matches
Mail list logo