From a19a0829cab9c0358a90c73010104d421f43ead4 Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
Date: Fri, 12 Oct 2018 12:37:51 +0100
Subject: 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
---
libstdc++-v3/doc/html/manual/status.html | 3 +++
1 file changed, 3 insertions(+)
(limited to 'libstdc++-v3/doc/html')
diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html
index 33b423bf8fe..ab8255edd62 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
--
cgit v1.2.1