next up previous contents
Next: Types and Functions Naming Up: Coding Standards Previous: Namespace   Contents

Exceptions & RTTI

So far, ASTL makes no use of the C++ exceptions mechanism nor RTTI (RunTime Type Information). They can be safely turned off on the compiler command line (g++ -fno-exceptions -fno-rtti).

Vincent Le Maout 2003-07-08