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 <jwak...@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 --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<T></code>'s <code>pow(0,0)</code> returns. </para>