This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug c++/13294] [3.4/3.5 Regression] namespace associations vs. specializations
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: 26 Mar 2004 07:29:42 +0100
- Subject: Re: [Bug c++/13294] [3.4/3.5 Regression] namespace associations vs. specializations
- Organization: Integrable Solutions
- References: <20031204043712.13294.bkoz@gcc.gnu.org><20040325221242.10458.qmail@sources.redhat.com>
"jason at redhat dot com" <gcc-bugzilla@gcc.gnu.org> writes:
| This patch seems to implement the desired behavior, which IIRC was to use
| the specialization context for specializations of namespace-scope class
| templates, but use the template context in all other cases. Testing now.
That looks to me to be the desired behaviour. Benjamin?
-- gaby