On Thu, May 30, 2002 at 10:59:29AM +0100, Angus Leeming wrote: > > No, it is imho the right thing to do. > > (while we wait for export) > > More explanation please. What's "export"?
It basically allows you to separted template code into .h and .C as if it were "ordinary" code. Unfortunately, there seems to only one compiler that implements this and that's not g++. Until then you eitehr have to put everything in the .h or use explicit instantiation (which really is only an option as long as there are only a few instances of the template). Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)