C++ templates
Tiago Jorge
tjpj at lasige.di.fc.ul.pt
Wed Mar 16 10:29:04 CET 2005
>> Templates almost universally rely on exceptions, because operator new is
>> specified as allowed to throw an exception. Regrettably, support for
>> that is in stdlibc++.
>
>
> I can't find where the use of templates would imply the use or require
> the existence of the new operator. We happily (ab)use templates in
> L4Ka::Pistachio without any new operator or support for C++ exceptions.
>
> Uwe
>
sure... it works now... when i say templates i'm referring to a template
made by me... not the templates from the STL. Those use on exceptions
from the beggining, and because i use dielibc, i can't use them
Tiago
More information about the l4-hackers
mailing list