Skip to content

Commit 1a910dd

Browse files
committed
Replace boost mentions in code samples
1 parent 78cc91b commit 1a910dd

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
@@ -108,7 +108,7 @@ <h4><code>explicit operator bool() const noexcept;</code></h4>
108108
<p>Allows to check that stack trace capturing was successful.</p>
109109
<h4><code>bool empty() const noexcept;</code></h4>
110110
<p>Allows to check that stack trace failed.</p>
111-
<h4><code>const std::vector&lt; boost::stacktrace::frame, Allocator &gt; & as_vector() const noexcept;</code></h4>
111+
<h4><code>const std::vector&lt; std::stacktrace::frame, Allocator &gt; & as_vector() const noexcept;</code></h4>
112112
<h3><code>basic_stacktrace</code> public static functions</h3>
113113
<h4><code>template&lt;typename Char, typename Trait&gt;
114114
static basic_stacktrace
@@ -147,7 +147,7 @@ <h3>Header &lt;stacktrace&gt;</h3>
147147
namespace stacktrace {
148148
template&lt;typename Allocator&gt; class basic_stacktrace;
149149

150-
typedef basic_stacktrace stacktrace; // This is the typedef to use unless you'd like to provide a specific allocator to boost::stacktrace::basic_stacktrace.
150+
typedef basic_stacktrace stacktrace; // This is the typedef to use unless you'd like to provide a specific allocator to std::stacktrace::basic_stacktrace.
151151
<!-- template&lt;typename Allocator1, typename Allocator2&gt;
152152
bool operator&lt;(const basic_stacktrace&lt; Allocator1 &gt; &,
153153
const basic_stacktrace&lt; Allocator2 &gt; &);

0 commit comments

Comments
 (0)