aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/nested_exception.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-01Add [[noreturn]] attributes to fix warningJonathan Wakely1-0/+2
2017-01-17PR79114 use decayed type in std::throw_with_nested assertionJonathan Wakely1-1/+1
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen1-4/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-12Remove 'return' from noreturn functionJonathan Wakely1-1/+1
2016-10-11Simplify std::rethrow_if_nested definitionJonathan Wakely1-49/+39
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-11re PR libstdc++/68139 (rethrow_if_nested should tolerate overloaded unary ope...Ville Voutilainen1-1/+3
2015-03-17nested_exception.h: Do not try to derive from final classes.Jonathan Wakely1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-15re PR libstdc++/62154 (std::throw_with_nested should not require a polymorphi...Jonathan Wakely1-59/+66
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-2/+2
2011-12-06re PR libstdc++/51438 (std::exception and derived classes are not compatible ...Paolo Carlini1-2/+2
2011-12-01acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.Benjamin Kosnik1-1/+1
2011-03-31exception_ptr.h needs the forward declaration because it's included from...Jeffrey Yasskin1-1/+1
2011-03-15Makefile.am: Add functional.cc, shared_ptr.cc.Benjamin Kosnik1-3/+1
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik1-2/+2
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik1-2/+2
2010-02-18nested_exception.h: Fix <bits/c++0x_warning.h> include.Paolo Carlini1-2/+2
2010-02-11thread (~_Impl_base): Declare inline.Jason Merrill1-1/+1
2010-02-10PR c++/42983, core issue 906Jason Merrill1-1/+3
2009-11-09user.cfg.in: Regenerate, add files.Benjamin Kosnik1-25/+14
2009-10-26PR c++/38796, Core issue 906Jason Merrill1-2/+2
2009-05-12exception: Include nested_exception.h in C++0x mode.Jonathan Wakely1-0/+177