libstdc++/2767
Benjamin Kosnik
bkoz@redhat.com
Tue May 29 10:06:00 GMT 2001
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,'/');
> }
More information about the Gcc-prs
mailing list