Skip to content

Commit 607b376

Browse files
committed
Rename namespace boost -> std
1 parent 263aa0a commit 607b376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stacktrace.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h4><code>constexpr bool empty() const;</code></h4>
149149
<h2>IV. Proposed Interface</h2>
150150
<h3>Header &lt;stacktrace&gt;</h3>
151151
<pre>
152-
namespace boost {
152+
namespace std {
153153
namespace stacktrace {
154154
template&lt;typename Allocator&gt; class basic_stacktrace;
155155

@@ -190,7 +190,7 @@ <h3>Header &lt;stacktrace&gt;</h3>
190190
</pre>
191191
<h3> Header &lt;frame&gt;</h3>
192192
<pre>
193-
namespace boost {
193+
namespace std {
194194
namespace stacktrace {
195195

196196
// Comparison operators that provide platform dependant ordering and have O(1) complexity; are Async-Handler-Safe.

0 commit comments

Comments
 (0)