We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263aa0a commit 607b376Copy full SHA for 607b376
stacktrace.html
@@ -149,7 +149,7 @@ <h4><code>constexpr bool empty() const;</code></h4>
149
<h2>IV. Proposed Interface</h2>
150
<h3>Header <stacktrace></h3>
151
<pre>
152
-namespace boost {
+namespace std {
153
namespace stacktrace {
154
template<typename Allocator> class basic_stacktrace;
155
@@ -190,7 +190,7 @@ <h3>Header <stacktrace></h3>
190
</pre>
191
<h3> Header <frame></h3>
192
193
194
195
196
// Comparison operators that provide platform dependant ordering and have O(1) complexity; are Async-Handler-Safe.
0 commit comments