aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/xml/faq.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/doc/xml/faq.xml')
-rw-r--r--libstdc++-v3/doc/xml/faq.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml
index 8041c1428e6..9f0c5c9e661 100644
--- a/libstdc++-v3/doc/xml/faq.xml
+++ b/libstdc++-v3/doc/xml/faq.xml
@@ -734,15 +734,16 @@
except for some corner cases. Support for localization
in <classname>locale</classname> may be incomplete on some non-GNU
platforms. Also dependent on the underlying platform is support
- for <type>wchar_t</type> and <type>long
- long</type> specializations, and details of thread support.
+ for <type>wchar_t</type> and <type>long long</type> specializations,
+ and details of thread support.
</para>
<para>
Long answer: See the implementation status pages for
<link linkend="status.iso.1998">C++98</link>,
- <link linkend="status.iso.tr1">TR1</link>, and
- <link linkend="status.iso.2011">C++11</link>.
- <link linkend="status.iso.2014">C++14</link>.
+ <link linkend="status.iso.tr1">TR1</link>,
+ <link linkend="status.iso.2011">C++11</link>,
+ <link linkend="status.iso.2014">C++14</link>, and
+ <link linkend="status.iso.2017">C++17</link>.
</para>
</answer>
</qandaentry>
@@ -875,6 +876,9 @@
</para>
</question>
<answer xml:id="a-ambiguous_overloads">
+ <note>
+ <para>This answer is old and probably no longer be relevant.</para>
+ </note>
<para>
Another problem is the <literal>rel_ops</literal> namespace and the template
comparison operator functions contained therein. If they become