]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - contrib/less/defines.o2
Import new fix from libcxxrt. This fixes the case where you attempt to rethrow
authorDavid Chisnall <theraven@FreeBSD.org>
Mon, 21 Jan 2013 17:37:23 +0000 (17:37 +0000)
committerDavid Chisnall <theraven@FreeBSD.org>
Mon, 21 Jan 2013 17:37:23 +0000 (17:37 +0000)
commitd5861eaae80e884425fa1080613368575c508e98
treee4d6b9fdfcf027d41daf614b4debb061d5daf84b
parent4812dba4dc2f4c8f70a41a2afcca8b37f23ee0ee
parenta694e2e49638733fdcb3aeb649a074daf5410e8e
Import new fix from libcxxrt.  This fixes the case where you attempt to rethrow
an exception when you haven't caught one.  This is largely a cosmetic fix, as
(unless you have a very unusual terminate handler installed) it will print a
nice error and then abort, rather than just aborting.

MFC after:     7 days
contrib/libcxxrt/exception.cc