Update docs for p858 - Constexpr iterator changes available since 9.1.

2019-09-09  Edward Smith-Rowland  <3dw4rd@verizon.net>

	Update docs for p858 - Constexpr iterator changes available since 9.1.
	* doc/xml/manual/status_cxx2020.xml: Update p0858r0 status.

From-SVN: r275523
This commit is contained in:
Edward Smith-Rowland 2019-09-09 17:17:48 +00:00 committed by Edward Smith-Rowland
parent 3100d074f3
commit cf33425f64
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2019-09-09 Edward Smith-Rowland <3dw4rd@verizon.net>
Update docs for p858 - Constexpr iterator changes available since 9.1.
* doc/xml/manual/status_cxx2020.xml: Update p0858r0 status.
2019-09-02 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/abi.xml: Document 9.x library versions.

View File

@ -309,15 +309,15 @@ Feature-testing recommendations for C++</link>.
</row>
<row>
<?dbhtml bgcolor="#C8B0B0" ?>
<entry> Constexpr iterator requirements </entry>
<entry>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0858r0.html">
P0858R0
</link>
</entry>
<entry align="center"> </entry>
<entry />
<entry align="center"> 9.1 </entry>
<entry> <code>__cpp_lib_string_view &gt;= 201803L</code>
and <code>__cpp_lib_array_constexpr &gt;= 201803L</code> </entry>
</row>
<row>