This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [c++ patch] (was Re: member templates and default parameter)
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: [c++ patch] (was Re: member templates and default parameter)
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 26 Mar 2001 10:56:20 +0200
- Cc: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>, Tim Hollebeek <tim at hollebeek dot com>, Nathan Sidwell <nathan at codesourcery dot com>, Stefan Seefeld <seefeld at sympatico dot ca>, gcc-patches at gcc dot gnu dot org
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
- References: <3AB95419.E6FD6F90@sympatico.ca> <3AB9C560.1C036F99@codesourcery.com> <20010322084821.A32583@cj44686-b.reston1.va.home.com> <20010323173737.A16369@disaster.jaj.com> <20010325214745.A27063@disaster.jaj.com> <fln1a9huev.fsf@sel.cmla.ens-cachan.fr> <20010326024810.A27731@disaster.jaj.com>
Phil Edwards <pedwards@disaster.jaj.com> writes:
| On Mon, Mar 26, 2001 at 09:16:24AM +0200, Gabriel Dos Reis wrote:
| > | ! msg = "in function template `%D': default template arguments "
| > | ! "may not be used in function templates";
| >
| > Two remarks:
| > 1) the fragment "in function template `%D'" should not be
| > there -- it is not the right place.
|
| Okay. Should it be elsewhere, or just removed entirely?
Entiely removed.
| ... Obviously the
| `%D' needs to stick around somewhere.
No need. The context is normally reported by the diagnostic pager.
-- Gaby