aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/html/faq.html
diff options
context:
space:
mode:
authorJonathan Wakely <redi@gcc.gnu.org>2018-05-10 20:13:42 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2018-05-10 20:13:42 +0100
commit0f8a1c150e46fc23d34a342a80bb52dda3571f94 (patch)
tree29152dc62b23206fb5be3534aec3c3c82371862f /libstdc++-v3/doc/html/faq.html
parenta6e1cfddc4758ff6f66c5fc7a8fd54e3f141973d (diff)
downloadgcc-0f8a1c150e46fc23d34a342a80bb52dda3571f94.zip
gcc-0f8a1c150e46fc23d34a342a80bb52dda3571f94.tar.gz
gcc-0f8a1c150e46fc23d34a342a80bb52dda3571f94.tar.bz2
Document Dual ABI for std::ios_base::failure
* doc/xml/faq.xml: Link to C++17 status. Add note to outdated answer. * doc/xml/manual/debug_mode.xml: Add array and forward_list to list of C++11 containers with Debug Mode support. * doc/xml/manual/using.xml: Document Dual ABI for ios_base::failure. * doc/html/*: Regenerate. From-SVN: r260129
Diffstat (limited to 'libstdc++-v3/doc/html/faq.html')
-rw-r--r--libstdc++-v3/doc/html/faq.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/libstdc++-v3/doc/html/faq.html b/libstdc++-v3/doc/html/faq.html
index eaabb7f..a020826 100644
--- a/libstdc++-v3/doc/html/faq.html
+++ b/libstdc++-v3/doc/html/faq.html
@@ -538,14 +538,15 @@
except for some corner cases. Support for localization
in <code class="classname">locale</code> may be incomplete on some non-GNU
platforms. Also dependent on the underlying platform is support
- for <span class="type">wchar_t</span> and <span class="type">long
- long</span> specializations, and details of thread support.
+ for <span class="type">wchar_t</span> and <span class="type">long long</span> specializations,
+ and details of thread support.
</p><p>
Long answer: See the implementation status pages for
<a class="link" href="manual/status.html#status.iso.1998" title="C++ 1998/2003">C++98</a>,
- <a class="link" href="manual/status.html#status.iso.tr1" title="C++ TR1">TR1</a>, and
- <a class="link" href="manual/status.html#status.iso.2011" title="C++ 2011">C++11</a>.
- <a class="link" href="manual/status.html#status.iso.2014" title="C++ 2014">C++14</a>.
+ <a class="link" href="manual/status.html#status.iso.tr1" title="C++ TR1">TR1</a>,
+ <a class="link" href="manual/status.html#status.iso.2011" title="C++ 2011">C++11</a>,
+ <a class="link" href="manual/status.html#status.iso.2014" title="C++ 2014">C++14</a>, and
+ <a class="link" href="manual/status.html#status.iso.2017" title="C++ 2017">C++17</a>.
</p></td></tr><tr class="question"><td align="left" valign="top"><a id="faq.standard_bugs"></a><a id="q-standard_bugs"></a><p><strong>5.2.</strong></p></td><td align="left" valign="top"><p>
Bugs in the ISO C++ language or library specification
</p></td></tr><tr class="answer"><td align="left" valign="top"><a id="a-standard_bugs"></a></td><td align="left" valign="top"><p>
@@ -642,7 +643,7 @@
without other drawbacks, send us a patch.
</p></td></tr><tr class="question"><td align="left" valign="top"><a id="faq.ambiguous_overloads"></a><a id="q-ambiguous_overloads"></a><p><strong>6.3.</strong></p></td><td align="left" valign="top"><p>
Ambiguous overloads after including an old-style header
- </p></td></tr><tr class="answer"><td align="left" valign="top"><a id="a-ambiguous_overloads"></a></td><td align="left" valign="top"><p>
+ </p></td></tr><tr class="answer"><td align="left" valign="top"><a id="a-ambiguous_overloads"></a></td><td align="left" valign="top"><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This answer is old and probably no longer be relevant.</p></div><p>
Another problem is the <code class="literal">rel_ops</code> namespace and the template
comparison operator functions contained therein. If they become
visible in the same namespace as other comparison functions