summaryrefslogtreecommitdiff
path: root/doc/html/boost/container/throw_logic_error.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/container/throw_logic_error.html')
-rw-r--r--doc/html/boost/container/throw_logic_error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/container/throw_logic_error.html b/doc/html/boost/container/throw_logic_error.html
index 6e0e6f93d5..fa7792fa55 100644
--- a/doc/html/boost/container/throw_logic_error.html
+++ b/doc/html/boost/container/throw_logic_error.html
@@ -33,7 +33,7 @@
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../boost_container_header_reference.html#header.boost.container.throw_exception_hpp" title="Header &lt;boost/container/throw_exception.hpp&gt;">boost/container/throw_exception.hpp</a>&gt;
</span>
-<span class="keyword">void</span> <span class="identifier">throw_logic_error</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> str<span class="special">)</span><span class="special">;</span></pre></div>
+<span class="identifier">BOOST_NORETURN</span> <span class="keyword">void</span> <span class="identifier">throw_logic_error</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> str<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="id-1.3.10.14.41.6.4"></a><h2>Description</h2>
<p>Exception callback called by Boost.Container to report errors in the internal logical of the program, such as violation of logical preconditions or class invariants. </p>