genericopenlibs/cppstdlib/stl/test/eh/mwerks_prefix.h
author William Roberts <williamr@symbian.org>
Fri, 23 Jul 2010 11:57:06 +0100
branchGCC_SURGE
changeset 46 0a3770c1cffe
parent 45 4b03adbd26ca
permissions -rw-r--r--
Reapply the libstdcpp.mmp file change for bug 2971

//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