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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost/container/throw_logic_error.html b/doc/html/boost/container/throw_logic_error.html
index 0e9a476bcf..bfbd4a5c1a 100644
--- a/doc/html/boost/container/throw_logic_error.html
+++ b/doc/html/boost/container/throw_logic_error.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function throw_logic_error</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../boost_container_header_reference.html#header.boost.container.throw_exception_hpp" title="Header &lt;boost/container/throw_exception.hpp&gt;">
<link rel="prev" href="throw_length_error.html" title="Function throw_length_error">
@@ -35,9 +35,9 @@
</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="idp99995696"></a><h2>Description</h2>
+<a name="idm45928089263936"></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>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<p>If BOOST_NO_EXCEPTIONS is NOT defined <code class="computeroutput">std::logic_error(str)</code> is thrown.</p>
<p></p>