[linux-audio-dev] Re: templates - little bit OT

Kjetil S. Matheussen kjetil at ccrma.stanford.edu
Fri Jan 20 22:43:20 UTC 2006


Lars Luthman:
>
> On Thu, 2006-01-19 at 00:41 +0100, conrad berhörster wrote:
>> class MyClass
>> {
>>   MyClass();
>>  MyClass(n,n);
>> private:
>>   matrix<n,n>
>> };
>>
>> this means, at runtime, i want to set the size of the matrix. is this
>> possible? this are divers concepts (templates and runtime) , aren't they?
>
> It is not possible. Templates are instantiated at compile time.
>

Nah, its possible on the fly to generate code, compile the code, and link 
it. I have done that many times.


-- 


More information about the Linux-audio-dev mailing list