This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: C headers and std namespace
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: Re: C headers and std namespace
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Fri, 7 Apr 2000 16:19:37 -0700
Odd. I cannot reproduce this with CVS gcc + CVS libstdc++. I get:
%g++ -g list04.cc -H -Wall -W
/mnt/hd/bliss/H-x86-gcc-3/include/g++-v3/cctype
. /mnt/hd/bliss/H-x86-gcc-3/include/g++-v3/bits/std_cctype.h
.. /usr/include/ctype.h
... /usr/include/features.h
.... /usr/include/sys/cdefs.h
.... /usr/include/gnu/stubs.h
... /usr/include/bits/types.h
.... /mnt/hd/bliss/H-x86-gcc-3/lib/gcc-lib/i586-pc-linux-gnu/2.96/include/stddef.h
... /usr/include/endian.h
.... /usr/include/bits/endian.h
<bkoz@haight> /mnt/hd/bliss/src.libstdc++/testsuite
??
Are you using gcc-2.95.2?
-Benjamin