diff mbox series

PR libstdc++/77854 document size_type for containers

Message ID 20180822120932.GA13133@redhat.com
State New
Headers show
Series PR libstdc++/77854 document size_type for containers | expand

Commit Message

Jonathan Wakely Aug. 22, 2018, 12:09 p.m. UTC
PR libstdc++/77854
	* doc/xml/manual/status_cxx1998.xml: Document size_type and
	difference_type for containers.
	* doc/html/*: Regenerate.

Committed to trunk.
commit 6477192f0b0c0c482f3d8e5ada1bcada0d200ddf
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Aug 22 13:08:56 2018 +0100

    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.
diff mbox series

Patch

diff --git a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml
index 6afb016a45f..2b05ff6601a 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml
@@ -1126,6 +1126,10 @@  particular release.
       implementation will be described under
       <link linkend="std.localization.locales.locale">Localization</link>.
    </para>
+   <para><emphasis>[23.*]</emphasis> All of the containers in this clause
+     define <type>size_type</type> as <type>std::size_t</type> and
+     <type>difference_type</type> as <type>std::ptrdiff_t</type>.
+   </para>
    <para><emphasis>[26.2.8]/9</emphasis> I have no idea what
       <code>complex&lt;T&gt;</code>'s <code>pow(0,0)</code> returns.
    </para>