+2018-10-12 Jonathan Wakely <jwakely@redhat.com>
+
+ 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 <jwakely@redhat.com>
Backport from mainline
</p><p><span class="emphasis"><em>[22.*]</em></span> Anything and everything we have on locale
implementation will be described under
<a class="link" href="localization.html#std.localization.locales.locale" title="locale">Localization</a>.
+ </p><p><span class="emphasis"><em>[23.*]</em></span> All of the containers in this clause
+ define <span class="type">size_type</span> as <span class="type">std::size_t</span> and
+ <span class="type">difference_type</span> as <span class="type">std::ptrdiff_t</span>.
</p><p><span class="emphasis"><em>[26.2.8]/9</em></span> I have no idea what
<code class="code">complex<T></code>'s <code class="code">pow(0,0)</code> returns.
</p><p><span class="emphasis"><em>[27.4.2.4]/2</em></span> Calling
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>