genericopenlibs/cppstdlib/stl/test/eh/mwerks_prefix.h
author William Roberts <williamr@symbian.org>
Mon, 08 Mar 2010 21:45:03 +0000
branchCompilerCompatibility
changeset 5 6f1ca9426e68
parent 0 e4d67989cc36
child 18 47c74d1534e1
permissions -rw-r--r--
Create CompilerCompatibility branch

//mwerks_prefix.h
#define _STLP_NO_FORCE_INSTANTIATE 1// for debugging
#define EH_VECTOR_OPERATOR_NEW 1
#define NDEBUG 1

#if __MWERKS__ >= 0x3000
#include <MSLCarbonPrefix.h>
#endif