On Wed, 2004-03-03 at 19:10, Justin Findlay wrote: > "Members of a template class are declared and defined exactly as they would have > been for a non-template class. A template member need not be defined within the > template class itself. In that case, its definition must be provided somewhere > else, as for non-template class members." > Bjarne Stroustrup. The C++ Programming Language Special Edition, p. 330 > interesting.
> There are actually source files for the standard template library. > > /usr/lib/[path to gcc]/include/g++/bits/*.tcc > > where .tcc is the naming convention for template class source files. > > Now, how to tell the compiler to correctly instantiate them... Good question. > > > Justin > > ____________________ > BYU Unix Users Group > http://uug.byu.edu/ > ___________________________________________________________________ > List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list -- Michael Torrie <[EMAIL PROTECTED]> ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
