This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/62154] std::throw_with_nested should not require a polymorphic type


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62154

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Fri Aug 15 15:22:44 2014
New Revision: 214025

URL: https://gcc.gnu.org/viewcvs?rev=214025&root=gcc&view=rev
Log:
    PR libstdc++/62154
    * libsupc++/nested_exception.h (throw_with_nested, rethrow_if_nested):
    Rewrite to conform to C++11 requirements.
    * testsuite/18_support/nested_exception/62154.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/18_support/nested_exception/62154.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/libsupc++/nested_exception.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]