This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/3158: methods are wrongly implemented private in slice_array
- To: gdr at gcc dot gnu dot org
- Subject: Re: libstdc++/3158: methods are wrongly implemented private in slice_array
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 13 Jun 2001 19:36:01 -0000
- Cc: gcc-prs at gcc dot gnu dot org,
- Reply-To: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
The following reply was made to PR libstdc++/3158; it has been noted by GNATS.
From: Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
To: bkoz@gcc.gnu.org
Cc: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gdr@gcc.gnu.org, jarl@diku.dk,
nobody@gcc.gnu.org, mark@codesourcery.com
Subject: Re: libstdc++/3158: methods are wrongly implemented private in slice_array
Date: 13 Jun 2001 21:33:49 +0200
bkoz@gcc.gnu.org writes:
| Synopsis: methods are wrongly implemented private in slice_array
|
| Responsible-Changed-From-To: unassigned->gdr
| Responsible-Changed-By: bkoz
| Responsible-Changed-When: Wed Jun 13 09:52:59 2001
| Responsible-Changed-Why:
| Valarray/slice stuff...
That is really a defect in the standard (see LWG open issue 253) and I
failed to implement the changes I was proposing.
Mark, is a patch to implement the right access control for valarray
helper classes still acceptable for 3.0?
-- Gaby