This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: basic_string typedefs
- To: libstdc++@sourceware.cygnus.com
- Subject: Re: basic_string typedefs
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Fri, 2 Jul 1999 01:02:41 -0700 (PDT)
> I found that basic_string typedefs traits_type ... reverse_iterator
> currently declared as private. GCC allows access to them but I think
> it's wrong anyway.
All of the typedefs are. . .it doesn't make a difference.
:)
-Benjamin