From: Jonathan Wakely Date: Fri, 12 Oct 2018 11:37:51 +0000 (+0100) Subject: PR libstdc++/77854 document size_type for containers X-Git-Tag: releases/gcc-6.5.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a19a0829cab9c0358a90c73010104d421f43ead4;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: r265084 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d29dfece6cc0..325a07bb70ab 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-12 Jonathan Wakely Backport from mainline diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 33b423bf8fed..ab8255edd62c 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -121,6 +121,9 @@ This page describes the C++ support in the GCC 6 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 5dceecf45472..4d8a62f8c006 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml @@ -1129,6 +1129,10 @@ This page describes the C++ support in the GCC 6 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.