r244531 - in /trunk/libstdc++-v3: ChangeLog lib...
redi@gcc.gnu.org
redi@gcc.gnu.org
Tue Jan 17 15:26:00 GMT 2017
Author: redi
Date: Tue Jan 17 15:26:06 2017
New Revision: 244531
URL: https://gcc.gnu.org/viewcvs?rev=244531&root=gcc&view=rev
Log:
PR79114 use decayed type in std::throw_with_nested assertion
PR libstdc++/79114
* libsupc++/nested_exception.h (throw_with_nested): Use decay instead
of remove_reference.
* testsuite/18_support/nested_exception/79114.cc: New test.
Added:
trunk/libstdc++-v3/testsuite/18_support/nested_exception/79114.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/libsupc++/nested_exception.h
More information about the Libstdc++-cvs
mailing list