Documentation update.

Fixes https://github.com/boostorg/config/issues/283.
[CI SKIP]
This commit is contained in:
jzmaddock
2019-10-29 09:33:41 +00:00
parent 8dcea4d78c
commit 153063cbe1
3 changed files with 27 additions and 1 deletions

View File

@ -2756,6 +2756,19 @@
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_EXCEPTION</span></code>
</p>
</td>
<td>
<p>
The standard library does not provide a C++11 compatible version
of &lt;exception&gt;.
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_FORWARD_LIST</span></code>
@ -3904,6 +3917,18 @@
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">BOOST_NO_CXX17_INLINE_VARIABLES</span></code>
</p>
</td>
<td>
<p>
The compiler does not support C++17 inline variables.
</p>
</td>
</tr>
</tbody>
</table></div>
</div>

View File

@ -988,7 +988,7 @@
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: August 20, 2019 at 17:48:08 GMT</small></p></td>
<td align="left"><p><small>Last revised: October 29, 2019 at 09:32:56 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>

View File

@ -955,6 +955,7 @@ that are not yet supported by a particular compiler or library.
[[`BOOST_NO_CXX17_STD_INVOKE`][The compiler does not support `std::invoke()`.]]
[[`BOOST_NO_CXX17_ITERATOR_TRAITS`][The compiler does not support SFINAE-friendly `std::iterator_traits`.]]
[[`BOOST_NO_CXX17_IF_CONSTEXPR`][The compiler does not support `if constexpr`.]]
[[`BOOST_NO_CXX17_INLINE_VARIABLES`][The compiler does not support C++17 inline variables.]]
]
[endsect]