This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: unnamed namespaces and specializations
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Doug Gregor <dgregor at apple dot com>
- Cc: Benjamin Kosnik <bkoz at redhat dot com>, mark at codesourcery dot com, jason at redhat dot com, libstdc++ at gcc dot gnu dot org
- Date: 01 Aug 2003 18:21:23 +0200
- Subject: Re: unnamed namespaces and specializations
- Organization: Integrable Solutions
- References: <20030801105417.6b194607.bkoz@redhat.com><70384BB8-C43A-11D7-8A70-00039354D67A@apple.com>
Doug Gregor <dgregor@apple.com> writes:
| I'm quite sure it's invalid. We're getting the name "vector" through a
| using declaration (based on the semantics specified in 7.3.1.1/1), and
| you can't specialize through using declarations.
^^^^^^^^^^^^
I suppose you meant directive (in this specific case)
http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/cwg_defects.html#275
-- Gaby