Cross Reference: 025-new.h.patch
xref
: /
solaris-userland-s11u3
/
components
/
stdcxx
/
patches
/
025-new.h.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
402
N/A
---
stdcxx-4.2.1/include/new.h
2009-06-08 10:13:00.141832000 -0400
402
N/A
+++
stdcxx-4.2.1/include/new.h
2007-05-03 05:51:01.000000000 -0400
402
N/A
@@ -0,0 +1,19 @@
402
N/A
+/*
402
N/A
+ Copyright 06/08/98 Sun Microsystems, Inc. All Rights Reserved
402
N/A
+*/
402
N/A
+/*
new.h
402
N/A
+
402
N/A
+ @(#)
new.h
1.2 06/08/98 14:00:58
402
N/A
+
402
N/A
+ Compatibility declaration for ISO standard new interface
402
N/A
+*/
402
N/A
+
402
N/A
+#ifndef _NEW_H_
402
N/A
+#define _NEW_H_
402
N/A
+
402
N/A
+#include <new>
402
N/A
+
402
N/A
+using std::bad_alloc;
402
N/A
+using std::set_new_handler;
402
N/A
+
402
N/A
+#endif