Skip to content

Commit

Permalink
P2301R1 Add a pmr alias for std::stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer authored and tkoeppe committed Oct 20, 2021
1 parent 4372345 commit 7bac264
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 7bac264

Please sign in to comment.