Topic: Is this Standard C++?
Author: clamage@Eng.Sun.COM (Steve Clamage)
Date: 1995/12/19 Raw View
In article 41C67EA6@inf-technik.tu-ilmenau.de, Karsten Pahnke <Karsten.Pahnke@Inf-Technik.TU-Ilmenau.DE> writes:
>
>is it possible to have templatel methods in non template classes?
It is allowed by the draft standard, but few compilers support that
feature yet. (It was disallowed by the ARM.) A restriction is that
template member functions must not be virtual functions.
---
Steve Clamage, stephen.clamage@eng.sun.com
---
[ comp.std.c++ is moderated. Submission address: std-c++@ncar.ucar.edu.
Contact address: std-c++-request@ncar.ucar.edu. The moderation policy
is summarized in http://dogbert.lbl.gov/~matt/std-c++/policy.html. ]