Topic: explicit specialisation of template member functions
Author: c++.moderated@digiways.com (Valentin Samko)
Date: Wed, 2 Nov 2005 22:30:28 GMT Raw View
Hi,
I noticed that the standard explicitly states (14.7.2/7) that instantiation of a class
template implies instantiation of all its members.
I thought that "members of a class template" includes member template functions, but
obviously the compiler can not instantiate member template functions when it instantiates
the class template.
Issue 470 addresses another problem in this section, but it does not answer my question.
Have I missed something?
--
Valentin Samko - http://www.valentinsamko.com
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]