Skip to content

Commit 64d965e

Browse files
committed
Rebuild html docs.
1 parent e6bc43f commit 64d965e

File tree

9 files changed

+590
-13
lines changed

9 files changed

+590
-13
lines changed

doc/html/boost_config/acknowledgements.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44
<title>Acknowledgements</title>
55
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6-
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
77
<link rel="home" href="../index.html" title="Boost.Config">
88
<link rel="up" href="../index.html" title="Boost.Config">
99
<link rel="prev" href="rationale.html" title="Rationale">

doc/html/boost_config/boost_macro_reference.html

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44
<title>Boost Macro Reference</title>
55
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6-
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
77
<link rel="home" href="../index.html" title="Boost.Config">
88
<link rel="up" href="../index.html" title="Boost.Config">
99
<link rel="prev" href="../index.html" title="Boost.Config">
10-
<link rel="next" href="build_config.html" title="Build Time Configuration">
10+
<link rel="next" href="static_assert.html" title="Compile-time assertions">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212
</head>
1313
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,7 +21,7 @@
2121
</tr></table>
2222
<hr>
2323
<div class="spirit-nav">
24-
<a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="build_config.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24+
<a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="static_assert.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
2525
</div>
2626
<div class="section">
2727
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
@@ -4224,6 +4224,19 @@ <h5>
42244224
</p>
42254225
</td>
42264226
</tr>
4227+
<tr>
4228+
<td>
4229+
<p>
4230+
<code class="computeroutput"><span class="identifier">BOOST_NO_CXX17_AUTO_NONTYPE_TEMPLATE_PARAMS</span></code>
4231+
</p>
4232+
</td>
4233+
<td>
4234+
<p>
4235+
The compiler does not support <code class="computeroutput"><span class="keyword">auto</span></code>
4236+
non-type template parameters.
4237+
</p>
4238+
</td>
4239+
</tr>
42274240
</tbody>
42284241
</table></div>
42294242
</div>
@@ -7321,7 +7334,7 @@ <h5>
73217334
</div>
73227335
<hr>
73237336
<div class="spirit-nav">
7324-
<a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="build_config.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
7337+
<a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="static_assert.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
73257338
</div>
73267339
</body>
73277340
</html>

doc/html/boost_config/build_config.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44
<title>Build Time Configuration</title>
55
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6-
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
77
<link rel="home" href="../index.html" title="Boost.Config">
88
<link rel="up" href="../index.html" title="Boost.Config">
9-
<link rel="prev" href="boost_macro_reference.html" title="Boost Macro Reference">
9+
<link rel="prev" href="static_assert.html" title="Compile-time assertions">
1010
<link rel="next" href="cstdint.html" title="Standard Integer Types">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212
</head>
@@ -21,7 +21,7 @@
2121
</tr></table>
2222
<hr>
2323
<div class="spirit-nav">
24-
<a accesskey="p" href="boost_macro_reference.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cstdint.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24+
<a accesskey="p" href="static_assert.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cstdint.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
2525
</div>
2626
<div class="section">
2727
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
@@ -167,7 +167,7 @@
167167
</div>
168168
<hr>
169169
<div class="spirit-nav">
170-
<a accesskey="p" href="boost_macro_reference.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cstdint.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
170+
<a accesskey="p" href="static_assert.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cstdint.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
171171
</div>
172172
</body>
173173
</html>

doc/html/boost_config/cstdint.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44
<title>Standard Integer Types</title>
55
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6-
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
77
<link rel="home" href="../index.html" title="Boost.Config">
88
<link rel="up" href="../index.html" title="Boost.Config">
99
<link rel="prev" href="build_config.html" title="Build Time Configuration">

doc/html/boost_config/guidelines_for_boost_authors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44
<title>Guidelines for Boost Authors</title>
55
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6-
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
77
<link rel="home" href="../index.html" title="Boost.Config">
88
<link rel="up" href="../index.html" title="Boost.Config">
99
<link rel="prev" href="cstdint.html" title="Standard Integer Types">

doc/html/boost_config/rationale.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44
<title>Rationale</title>
55
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6-
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
77
<link rel="home" href="../index.html" title="Boost.Config">
88
<link rel="up" href="../index.html" title="Boost.Config">
99
<link rel="prev" href="guidelines_for_boost_authors.html" title="Guidelines for Boost Authors">

0 commit comments

Comments
 (0)