mirror of git://gcc.gnu.org/git/gcc.git
Change libstdc++ manual to refer to release not trunk
* doc/xml/manual/status_cxx2011.xml: Change "mainline GCC SVN" to refer to the release series. * doc/xml/manual/status_cxx2014.xml: Likewise. * doc/html/manual/status.xml: Regenerate. From-SVN: r239204
This commit is contained in:
parent
ffc0e8700d
commit
1fdb895a9d
|
|
@ -1,5 +1,10 @@
|
|||
2016-08-06 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* doc/xml/manual/status_cxx2011.xml: Change "mainline GCC SVN" to
|
||||
refer to the release series.
|
||||
* doc/xml/manual/status_cxx2014.xml: Likewise.
|
||||
* doc/html/manual/status.xml: Regenerate.
|
||||
|
||||
* testsuite/lib/libstdc++.exp (check_v3_target_filesystem_ts): Improve
|
||||
comments.
|
||||
|
||||
|
|
|
|||
|
|
@ -156,8 +156,7 @@ options. The pre-defined symbol
|
|||
<code class="constant">__cplusplus</code> is used to check for the
|
||||
presence of the required flag.
|
||||
</p><p>
|
||||
This page describes the C++11 support in mainline GCC SVN, not in any
|
||||
particular release.
|
||||
This page describes the C++11 support in the GCC 5 series.
|
||||
</p><div class="table"><a id="table.cxx11_status"></a><p class="title"><strong>Table 1.2. C++ 2011 Implementation Status</strong></p><div class="table-contents"><table summary="C++ 2011 Implementation Status" border="1"><colgroup><col align="left" class="c1" /><col align="left" class="c2" /><col align="left" class="c3" /><col align="left" class="c4" /></colgroup><thead><tr><th align="left">Section</th><th align="left">Description</th><th align="left">Status</th><th align="left">Comments</th></tr></thead><tbody><tr><td align="left">
|
||||
<span class="emphasis"><em>18</em></span>
|
||||
</td><td colspan="3" align="left">
|
||||
|
|
@ -335,8 +334,7 @@ options. The pre-defined symbol
|
|||
<code class="constant">__cplusplus</code> is used to check for the
|
||||
presence of the required flag.
|
||||
</p><p>
|
||||
This page describes the C++14 and library TS support in mainline GCC SVN,
|
||||
not in any particular release.
|
||||
This page describes the C++14 and library TS support in the GCC 5 series.
|
||||
</p><div class="table"><a id="table.cxx14_status"></a><p class="title"><strong>Table 1.3. C++ 2014 Implementation Status</strong></p><div class="table-contents"><table summary="C++ 2014 Implementation Status" border="1"><colgroup><col align="left" class="c1" /><col align="left" class="c2" /><col align="left" class="c3" /><col align="left" class="c4" /></colgroup><thead><tr><th align="left">Paper</th><th align="left">Title</th><th align="left">Status</th><th align="left">Comments</th></tr></thead><tbody><tr><td align="left">
|
||||
<a class="link" href="http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3669.pdf" target="_top">
|
||||
N3669
|
||||
|
|
|
|||
|
|
@ -27,8 +27,7 @@ presence of the required flag.
|
|||
</para>
|
||||
|
||||
<para>
|
||||
This page describes the C++11 support in mainline GCC SVN, not in any
|
||||
particular release.
|
||||
This page describes the C++11 support in the GCC 5 series.
|
||||
</para>
|
||||
|
||||
<!-- Status is Yes or No, Broken/Partial-->
|
||||
|
|
|
|||
|
|
@ -20,8 +20,7 @@ presence of the required flag.
|
|||
</para>
|
||||
|
||||
<para>
|
||||
This page describes the C++14 and library TS support in mainline GCC SVN,
|
||||
not in any particular release.
|
||||
This page describes the C++14 and library TS support in the GCC 5 series.
|
||||
</para>
|
||||
|
||||
<table frame="all" xml:id="table.cxx14_status">
|
||||
|
|
|
|||
Loading…
Reference in New Issue