From cf33425f64d1756c247a9a01b33e33c48b93eeb8 Mon Sep 17 00:00:00 2001 From: Edward Smith-Rowland <3dw4rd@verizon.net> Date: Mon, 9 Sep 2019 17:17:48 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5a0dd3c953fa..683f8d7f786f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 * doc/xml/manual/abi.xml: Document 9.x library versions. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index 89e540d018b0..ccf38185a6ca 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -309,15 +309,15 @@ Feature-testing recommendations for C++. - Constexpr iterator requirements P0858R0 - - + 9.1 + __cpp_lib_string_view >= 201803L + and __cpp_lib_array_constexpr >= 201803L -- 2.47.2