From: Jonathan Wakely Date: Fri, 12 Oct 2018 11:36:18 +0000 (+0100) Subject: PR libstdc++/77854 document size_type for containers X-Git-Tag: releases/gcc-7.4.0~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=273ec65f5b6208affe1f083d1379f028239159e2;p=thirdparty%2Fgcc.git PR libstdc++/77854 document size_type for containers PR libstdc++/77854 * doc/xml/manual/status_cxx1998.xml: Document size_type and difference_type for containers. * doc/html/*: Regenerate. From-SVN: r265082 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index aaf5f12853f3..6b901e617a51 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2018-10-12 Jonathan Wakely + + PR libstdc++/77854 + * doc/xml/manual/status_cxx1998.xml: Document size_type and + difference_type for containers. + * doc/html/*: Regenerate. + 2018-10-08 Joseph Myers Backport from mainline diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index ad4134ed55fc..014760a2f64f 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -117,6 +117,9 @@ This page describes the C++ support in the GCC 7 series.

[22.*] Anything and everything we have on locale implementation will be described under Localization. +

[23.*] All of the containers in this clause + define size_type as std::size_t and + difference_type as std::ptrdiff_t.

[26.2.8]/9 I have no idea what complex<T>'s pow(0,0) returns.

[27.4.2.4]/2 Calling diff --git a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml index ffdc878ffe8b..5088a5a76b04 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml @@ -1125,6 +1125,10 @@ This page describes the C++ support in the GCC 7 series. implementation will be described under Localization. + [23.*] All of the containers in this clause + define size_type as std::size_t and + difference_type as std::ptrdiff_t. + [26.2.8]/9 I have no idea what complex<T>'s pow(0,0) returns.