Skip to content

Commit 309d78b

Browse files
committed
Merge header <frame> into the <stacktrace>
1 parent 4424e3c commit 309d78b

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

stacktrace.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -182,21 +182,14 @@ <h3>Header &lt;stacktrace&gt;</h3>
182182
bool operator!=(const basic_stacktrace&lt; Allocator1 &gt; & lhs,
183183
const basic_stacktrace&lt; Allocator2 &gt; & rhs); -->
184184
// Fast hashing support, O(st.size()) complexity; Async-Handler-Safe.
185-
template&lt;typename Allocator&gt;
185+
template&lt;typename Allocator&gt;
186186
std::size_t hash_value(const basic_stacktrace&lt; Allocator &gt; & st);
187187

188-
// Outputs stacktrace in a human readable format to output stream; unsafe to use in async handlers.
189-
template&lt;typename CharT, typename TraitsT, typename Allocator&gt;
190-
std::basic_ostream&lt; CharT, TraitsT &gt; &
191-
operator&lt;&lt;(std::basic_ostream&lt; CharT, TraitsT &gt; & os,
188+
// Outputs stacktrace in a human readable format to output stream; unsafe to use in async handlers.
189+
template&lt;typename CharT, typename TraitsT, typename Allocator&gt;
190+
std::basic_ostream&lt; CharT, TraitsT &gt; &
191+
operator&lt;&lt;(std::basic_ostream&lt; CharT, TraitsT &gt; & os,
192192
const basic_stacktrace&lt; Allocator &gt; & bt);
193-
}
194-
}
195-
</pre>
196-
<h3> Header &lt;frame&gt;</h3>
197-
<pre>
198-
namespace std {
199-
namespace stacktrace {
200193
<!-- constexpr bool operator&lt;(const frame & lhs, const frame & rhs);
201194
constexpr bool operator&gt;(const frame & lhs, const frame & rhs);
202195
constexpr bool operator&lt;=(const frame & lhs, const frame & rhs);

0 commit comments

Comments
 (0)