----- Original Message -----
Sent: Thursday, January 18, 2001 1:35
PM
Subject: Re: function templates in
VC++
Proxy,
Thats pretty strange... I will try
it out. Typically, I just limit code ( if any ) in headers to operator
overloading....
THanks a bunch.
----- Original Message -----
Sent: Thursday, January 18, 2001 11:37
AM
Subject: Re: function templates in
VC++
I came across this problem too, according to
Microsoft, the solution is to put the implementation of the functions in the
header which contains the class definition. Basically, noo .C, or .cpp
file, just the .h.
Hope this helps.
PrOxY