This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52625] Incorrect specialization semantics of friend class template declaration
- From: "daniel.kruegler at googlemail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 20 Mar 2012 08:41:48 +0000
- Subject: [Bug c++/52625] Incorrect specialization semantics of friend class template declaration
- Auto-submitted: auto-generated
- References: <bug-52625-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52625
--- Comment #2 from Daniel KrÃgler <daniel.kruegler at googlemail dot com> 2012-03-20 08:41:48 UTC ---
(In reply to comment #1)
If this is indeed related to the injected-class-name, this should have been
clarified by
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1004
to not apply in this case.