This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13894] Incorrect partial template specialization
- From: "a dot darovskikh at compassplus dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jan 2004 11:34:16 -0000
- Subject: [Bug c++/13894] Incorrect partial template specialization
- References: <20040128113302.13894.a.darovskikh@compassplus.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From a dot darovskikh at compassplus dot ru 2004-01-28 11:34 -------
g++ test.cpp -o test
test.cpp: In constructor `C<T>::C()':
test.cpp:18: error: `a1' is not a member of type `A'
test.cpp:18: error: object `<expression error>' cannot be used as template
argument
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13894