This is the mail archive of the
libstdc++-prs@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: libstdc++/34
- To: Gabriel at sourceware dot cygnus dot com, dot at sourceware dot cygnus dot com, Dos-Reis at cmla dot ens-cachan dot fr
- Subject: Re: libstdc++/34
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 21 Mar 2000 09:07:00 -0000
- Cc: libstdc++-prs at sourceware dot cygnus dot com,
- Reply-To: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
The following reply was made to PR libstdc++/34; it has been noted by GNATS.
From: Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
To: Benjamin Kosnik <bkoz@cygnus.com>
Cc: Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>,
libstdc++-gnats@sourceware.cygnus.com
Subject: Re: libstdc++/34
Date: 21 Mar 2000 10:01:41 +0100
Benjamin Kosnik <bkoz@cygnus.com> writes:
| hey gaby!
|
| yeah, most of the bugs are crusty and don't apply. I think you have 3
| numerics ones assigned, but only one that is still applicable. (that woud
| be changing _T to _Tp in slice-array.h)
Thank you. I went through the *_array.h files and discovered, the same
change was needed in mask_array.h as well. Fixed with this
2000-03-21 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* bits/slice_array.h: Rename generic type template parameter name
'_T' to '_Tp'.
* bits/mask_array.h: Ditto
-- Gaby