Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++ Merge r171807 ...
details: https://anonhg.NetBSD.org/src/rev/16b15b97e0b4
branches: trunk
changeset: 773129:16b15b97e0b4
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Jan 28 14:21:52 2012 +0000
description:
Merge r171807 from upstream:
exception_ptr.h needs the forward declaration because it's
included from <typeinfo> before <typeinfo> defines std::type_info.
diffstat:
external/gpl3/gcc/dist/libstdc++-v3/libsupc++/exception_ptr.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 039dcb2bf515 -r 16b15b97e0b4 external/gpl3/gcc/dist/libstdc++-v3/libsupc++/exception_ptr.h
--- a/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/exception_ptr.h Sat Jan 28 13:26:12 2012 +0000
+++ b/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/exception_ptr.h Sat Jan 28 14:21:52 2012 +0000
@@ -129,7 +129,7 @@
operator==(const exception_ptr&, const exception_ptr&) throw()
__attribute__ ((__pure__));
- const type_info*
+ const class type_info*
__cxa_exception_type() const throw() __attribute__ ((__pure__));
};
Home |
Main Index |
Thread Index |
Old Index