Topic: problem with templates a la ARM


Author: herman@cs.kuleuven.ac.be (Herman Moons)
Date: 21 Apr 92 15:59:29 GMT
Raw View
I'm having some problems with interpreting the definition of templates
as given in the ARM.

question 1:
-----------
is it possible to specify default values for non-type template arguments ?

   e.g. template <class T, int size=100> class Stack { ... };