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 -- ## Dept. of Computer Science, Dresden University of Technology, Germany ## ## http://os.inf.tu-dresden.de/~fm3 ##
pgp9VrjIRpWPj.pgp
Description: PGP signature
_______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
