Regenerate docs.

[CI SKIP]
This commit is contained in:
jzmaddock
2020-03-23 21:07:52 +00:00
parent cc915f1055
commit d11a6ebe09
3 changed files with 49 additions and 6 deletions

View File

@ -3250,6 +3250,20 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_UNRESTRICTED_UNION</span></code>
</p>
</td>
<td>
<p>
The compiler does not support an unrestricted union. This is a
union that may contain static data as well as user-defined member
data with non-trivial special member functions.
</p>
</td>
</tr>
<tr>
<td> <td>
<p> <p>
<code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_USER_DEFINED_LITERALS</span></code> <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_USER_DEFINED_LITERALS</span></code>
@ -3977,7 +3991,8 @@
</p> </p>
</th> </th>
</tr></thead> </tr></thead>
<tbody><tr> <tbody>
<tr>
<td> <td>
<p> <p>
<code class="computeroutput"><span class="identifier">BOOST_INLINE_VARIABLE</span></code> <code class="computeroutput"><span class="identifier">BOOST_INLINE_VARIABLE</span></code>
@ -3991,7 +4006,35 @@
for further adjustments to the code. for further adjustments to the code.
</p> </p>
</td> </td>
</tr></tbody> </tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">BOOST_IF_CONSTEXPR</span></code>
</p>
</td>
<td>
<p>
Expands to <code class="computeroutput"><span class="keyword">if</span> <span class="keyword">constexpr</span></code>
when supported, or <code class="computeroutput"><span class="keyword">if</span></code>
otherwise.
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">BOOST_INLINE_CONSTEXPR</span></code>
</p>
</td>
<td>
<p>
This is a shortcut for <code class="computeroutput"><span class="identifier">BOOST_INLINE_VARIABLE</span>
<span class="identifier">BOOST_CONSTEXPR_OR_CONST</span></code>.
</p>
</td>
</tr>
</tbody>
</table></div> </table></div>
</div> </div>
<div class="section"> <div class="section">

View File

@ -297,9 +297,9 @@
and name the test file "<code class="computeroutput"><span class="identifier">boost_has_foo</span><span class="special">.</span><span class="identifier">ipp</span></code>". and name the test file "<code class="computeroutput"><span class="identifier">boost_has_foo</span><span class="special">.</span><span class="identifier">ipp</span></code>".
Try not to add feature test macros unnecessarily, if there is a platform Try not to add feature test macros unnecessarily, if there is a platform
specific macro that can already be used (for example <code class="computeroutput"><span class="identifier">_WIN32</span></code>, specific macro that can already be used (for example <code class="computeroutput"><span class="identifier">_WIN32</span></code>,
<code class="computeroutput"><span class="identifier">__BEOS__</span></code>, or <code class="computeroutput"><span class="identifier">__linux</span></code>) to identify the feature then use <code class="computeroutput"><span class="identifier">__BEOS__</span></code>, or <code class="computeroutput"><span class="identifier">__linux__</span></code>) to identify the feature then
that. Try to keep the macro to a feature group, or header name, rather than use that. Try to keep the macro to a feature group, or header name, rather
one specific API (for example <code class="computeroutput"><span class="identifier">BOOST_HAS_NL_TYPES_H</span></code> than one specific API (for example <code class="computeroutput"><span class="identifier">BOOST_HAS_NL_TYPES_H</span></code>
rather than <code class="computeroutput"><span class="identifier">BOOST_HAS_CATOPEN</span></code>). rather than <code class="computeroutput"><span class="identifier">BOOST_HAS_CATOPEN</span></code>).
If the macro describes a POSIX feature group, then add boilerplate code to If the macro describes a POSIX feature group, then add boilerplate code to
<a href="../../../../../boost/config/detail/suffix.hpp" target="_top">&lt;boost/config/detail/suffix.hpp&gt;</a> <a href="../../../../../boost/config/detail/suffix.hpp" target="_top">&lt;boost/config/detail/suffix.hpp&gt;</a>

View File

@ -990,7 +990,7 @@
</div> </div>
</div> </div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: October 29, 2019 at 16:54:06 GMT</small></p></td> <td align="left"><p><small>Last revised: March 23, 2020 at 21:06:56 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td> <td align="right"><div class="copyright-footer"></div></td>
</tr></table> </tr></table>
<hr> <hr>