C++ templates
Jonathan S. Shapiro
shap at eros-os.org
Tue Mar 15 22:08:00 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++.
On Tue, 2005-03-15 at 13:03 +0100, Frank Mehnert wrote:
> Tiago,
>
> On Tuesday 15 March 2005 12:33, Tiago Jorge wrote:
> > Could somebody tell me if to use C++ custoum templates i must use the
> > stdlibc++?
>
> As far as I know C++ templates do not need any support from the
> stdlibc++. Just make sure that you compile your C++ code with
> -fno-rtti and -fno-exceptions.
>
> Frank
> _______________________________________________
> l4-hackers mailing list
> l4-hackers at os.inf.tu-dresden.de
> http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
More information about the l4-hackers
mailing list