Skip to content

Commit 7bac264

Browse files
jensmaurertkoeppe
authored andcommitted
P2301R1 Add a pmr alias for std::stacktrace
1 parent 4372345 commit 7bac264

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/utilities.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22404,6 +22404,10 @@
2240422404
basic_ostream<charT, traits>&
2240522405
operator<<(basic_ostream<charT, traits>& os, const basic_stacktrace<Allocator>& st);
2240622406

22407+
namespace pmr {
22408+
using stacktrace = basic_stacktrace<polymorphic_allocator<stacktrace_entry>>;
22409+
}
22410+
2240722411
// \ref{stacktrace.basic.hash}, hash support
2240822412
template<class T> struct hash;
2240922413
template<> struct hash<stacktrace_entry>;

0 commit comments

Comments
 (0)