Mercurial > hg > octave-nkf
diff src/SLStack-str.cc @ 1755:3a9462b655f1
[project @ 1996-01-22 04:47:22 by jwe]
author | jwe |
---|---|
date | Mon, 22 Jan 1996 04:47:22 +0000 |
parents | c7f5599eb177 |
children | 003570e69c7b |
line wrap: on
line diff
--- a/src/SLStack-str.cc +++ b/src/SLStack-str.cc @@ -28,8 +28,10 @@ #include <string> -template class SLNode<string>; -template class SLList<string>; +// We already have SLList<string>, so we don't need to make them here. + +// template class SLNode<string>; +// template class SLList<string>; template class Stack<string>; template class SLStack<string>;