summaryrefslogtreecommitdiff
path: root/doc/html/boost/container/throw_length_error.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-06 10:38:45 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-06 10:39:52 +0900
commit5cde13f21d36c7224b0e13d11c4b49379ae5210d (patch)
treee8269ac85a4b0f7d416e2565fa4f451b5cb41351 /doc/html/boost/container/throw_length_error.html
parentd9ec475d945d3035377a0d89ed42e382d8988891 (diff)
downloadboost-5cde13f21d36c7224b0e13d11c4b49379ae5210d.tar.gz
boost-5cde13f21d36c7224b0e13d11c4b49379ae5210d.tar.bz2
boost-5cde13f21d36c7224b0e13d11c4b49379ae5210d.zip
Imported Upstream version 1.61.0
Change-Id: I96a1f878d1e6164f01e9aadd5147f38fca448d90 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/boost/container/throw_length_error.html')
-rw-r--r--doc/html/boost/container/throw_length_error.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost/container/throw_length_error.html b/doc/html/boost/container/throw_length_error.html
index 2b0c326efe..194a85700a 100644
--- a/doc/html/boost/container/throw_length_error.html
+++ b/doc/html/boost/container/throw_length_error.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function throw_length_error</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.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_out_of_range.html" title="Function throw_out_of_range">
@@ -35,9 +35,9 @@
</span>
<span class="keyword">void</span> <span class="identifier">throw_length_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="idm45555384688576"></a><h2>Description</h2>
+<a name="idp99980944"></a><h2>Description</h2>
<p>Exception callback called by Boost.Container to signal errors resizing. </p>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<p>If BOOST_NO_EXCEPTIONS is NOT defined <code class="computeroutput">std::length_error(str)</code> is thrown.</p>
<p></p>