summaryrefslogtreecommitdiff
path: root/doc/html/boost/container/throw_out_of_range.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/container/throw_out_of_range.html')
-rw-r--r--doc/html/boost/container/throw_out_of_range.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/container/throw_out_of_range.html b/doc/html/boost/container/throw_out_of_range.html
index be40804555..5914a10750 100644
--- a/doc/html/boost/container/throw_out_of_range.html
+++ b/doc/html/boost/container/throw_out_of_range.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_out_of_range</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_out_of_range</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.4.4"></a><h2>Description</h2>
<p>Exception callback called by Boost.Container to signal arguments out of range. </p>