Skip to content

Commit

Permalink
Merge 2021-10 LWG Motion 15
Browse files Browse the repository at this point in the history
P2301R1 Add a pmr alias for std::stacktrace
  • Loading branch information
tkoeppe committed Oct 20, 2021
2 parents 4372345 + 7bac264 commit 8f900e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22404,6 +22404,10 @@
basic_ostream<charT, traits>&
operator<<(basic_ostream<charT, traits>& os, const basic_stacktrace<Allocator>& st);

namespace pmr {
using stacktrace = basic_stacktrace<polymorphic_allocator<stacktrace_entry>>;
}

// \ref{stacktrace.basic.hash}, hash support
template<class T> struct hash;
template<> struct hash<stacktrace_entry>;
Expand Down

0 comments on commit 8f900e1

Please sign in to comment.