corrected MS VC++ version range where new does not throw an exception

This commit is contained in:
Jeff Hill
2003-04-23 20:59:09 +00:00
parent afdf3c9af2
commit 9f09bc6b67
@@ -14,7 +14,7 @@
// This behavior is not in conformance with the
// ANSI / ISO C++.
//
#if _MSC_VER > 1000 && _MSC_VER < 1300
#if _MSC_VER > 1000 && _MSC_VER < 1400
#include <new>
#include <new.h>