Skip to content
Snippets Groups Projects
  • Jonathan Wakely's avatar
    cbd0fe22
    libstdc++: std::stacktrace tweaks · cbd0fe22
    Jonathan Wakely authored
    Fix a typo in a string literal and make the new hash.cc test gracefully
    handle missing stacktrace data (see PR 112541).
    
    libstdc++-v3/ChangeLog:
    
    	* include/std/stacktrace (basic_stacktrace::at): Fix class name
    	in exception message.
    	* testsuite/19_diagnostics/stacktrace/hash.cc: Do not fail if
    	current() returns a non-empty stacktrace.
    cbd0fe22
    History
    libstdc++: std::stacktrace tweaks
    Jonathan Wakely authored
    Fix a typo in a string literal and make the new hash.cc test gracefully
    handle missing stacktrace data (see PR 112541).
    
    libstdc++-v3/ChangeLog:
    
    	* include/std/stacktrace (basic_stacktrace::at): Fix class name
    	in exception message.
    	* testsuite/19_diagnostics/stacktrace/hash.cc: Do not fail if
    	current() returns a non-empty stacktrace.