Re: C++ templates?
Re: C++ templates?
- Subject: Re: C++ templates?
- From: Allan Odgaard <email@hidden>
- Date: Fri, 16 Apr 2004 01:04:24 +0200
On 16. Apr 2004, at 0:31, Dix Lorenz wrote:
In that case: The implementations need to be available at compile-time
[...]
Only the implementation that he uses needs to be available. And
actually, it doesn't really need to. Since he can explicitly
instantiate the min and max functions with the int type-parameter --
which he doesn't seem to do, but he doesn't use these functions, so
they do not need to be implemented.
ehm... that probably sounded a bit confusing... ;)
** 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.