components/stdcxx/patches/026-typeinfo.h.patch
author pkidd <patrick.kidd@oracle.com>
Mon, 10 Apr 2017 14:56:53 -0700
branchs11u3-sru
changeset 7856 a95be34a8fe4
parent 402 94ae4d75524c
permissions -rw-r--r--
Added tag 0.175.3.20.0.1.0, S11.3SRU20.1 for changeset 87236a3c36b4

--- stdcxx-4.2.1/include/typeinfo.h	2009-06-08 10:13:00.141978000 -0400
+++ stdcxx-4.2.1/include/typeinfo.h	2007-05-03 05:51:01.000000000 -0400
@@ -0,0 +1,22 @@
+/*
+        Copyright 06/05/98 Sun Microsystems, Inc. All Rights Reserved
+*/
+/* typoinfo.h
+
+   @(#)typeinfo.h	1.1  06/05/98 11:07:58
+
+   Compatibility declaration for ISO standard typeinfo interface
+*/
+
+#ifndef _TYPEINFO_H
+#define _TYPEINFO_H
+
+#include <exception.h>
+
+#include <typeinfo>
+
+using std::type_info;
+using std::bad_typeid;
+using std::bad_cast;
+
+#endif