This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/2767
- To: bkoz at gcc dot gnu dot org
- Subject: Re: libstdc++/2767
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: 29 May 2001 17:06:01 -0000
- Cc: gcc-prs at gcc dot gnu dot org,
- Reply-To: Benjamin Kosnik <bkoz at redhat dot com>
The following reply was made to PR libstdc++/2767; it has been noted by GNATS.
From: Benjamin Kosnik <bkoz@redhat.com>
To: Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/2767
Date: Tue, 29 May 2001 10:02:41 -0700 (PDT)
there are about 3 bugs for this now, thanks.
> #include<string.h>
> #include<cstring>
> using namespace std;
>
> void f(const char *name)
> {
> strchr(name,'/');
> }