Date: Fri, 2 May 1997 10:00:04 -0700 (PDT) From: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> To: freebsd-bugs Subject: Re: gnu/3470: fail to use standart ANSI C++ string class by gcc 2.7.2.1 Message-ID: <199705021700.KAA10294@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR gnu/3470; it has been noted by GNATS.
From: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
To: rssh@cki.ipri.kiev.ua
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: gnu/3470: fail to use standart ANSI C++ string class by gcc 2.7.2.1
Date: Fri, 02 May 1997 21:01:58 +0400
> >How-To-Repeat:
> try next C++ code
>
> #include<string>
>
> #include<iostream.h>
>
> int main(int, char**)
> {
> string s;
> s="Hello, world\n";
> cout << s;
> return 0;
> }
Hmm... It works here, on 3.0-CURRENT.
Dima
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705021700.KAA10294>
