Re: C++ templates?
Re: C++ templates?
- Subject: Re: C++ templates?
- From: Allan Odgaard <email@hidden>
- Date: Fri, 16 Apr 2004 08:27:21 +0200
On 16. Apr 2004, at 7:36, Dix Lorenz wrote:
[...]
In that case only the linker would know that these methods are
missing. And since I assumed zerolink is being used (which doesn't
actually link) the problem would only occur at runtime... You are
right, he doesn't use any of the functions, but he uses the
constructor and that should be enough.
Yes, I agree. The problem is most likely the missing constructor
implementation at run-time, and my previous post was incorrect, as I
overlooked that.
I generally get an error to stdout about missing symbols (at runtime w/
zerolink) -- although it doesn't change the fact that the code from the
OP would seem to be "broken".
** Cocoa FAQ: <
http://www.alastairs-place.net/cocoa/faq.txt> **
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.