Commit 8e416011 by Jonathan Wakely Committed by Jonathan Wakely

Fix typo in recent doc updates

	* doc/xml/manual/abi.xml: Fix typo.
	* doc/html/manual/abi.html: Likewise.

From-SVN: r244658
parent 02a7f8dc
2017-01-19 Jonathan Wakely <jwakely@redhat.com> 2017-01-19 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/abi.xml: Fix typo.
* doc/html/manual/abi.html: Likewise.
PR libstdc++/67085 PR libstdc++/67085
* include/bits/predefined_ops.h (_Iter_less_val, _Val_less_iter): Add * include/bits/predefined_ops.h (_Iter_less_val, _Val_less_iter): Add
converting constructors from _Iter_less_iter. converting constructors from _Iter_less_iter.
......
...@@ -173,7 +173,7 @@ compatible. ...@@ -173,7 +173,7 @@ compatible.
<code class="literal">20160427</code> value of the macro in the 6.1.0 release, <code class="literal">20160427</code> value of the macro in the 6.1.0 release,
but there are features supported in the 6.1.0 release that are not but there are features supported in the 6.1.0 release that are not
supported in 5.4.0 release. supported in 5.4.0 release.
You also can't test for the the exact values listed below to try and You also can't test for the exact values listed below to try and
identify a release, because a snapshot taken from the gcc-5-branch on identify a release, because a snapshot taken from the gcc-5-branch on
2016-04-27 would have the same value for the macro as the 6.1.0 release 2016-04-27 would have the same value for the macro as the 6.1.0 release
despite being a different version. despite being a different version.
......
...@@ -418,7 +418,7 @@ compatible. ...@@ -418,7 +418,7 @@ compatible.
<literal>20160427</literal> value of the macro in the 6.1.0 release, <literal>20160427</literal> value of the macro in the 6.1.0 release,
but there are features supported in the 6.1.0 release that are not but there are features supported in the 6.1.0 release that are not
supported in 5.4.0 release. supported in 5.4.0 release.
You also can't test for the the exact values listed below to try and You also can't test for the exact values listed below to try and
identify a release, because a snapshot taken from the gcc-5-branch on identify a release, because a snapshot taken from the gcc-5-branch on
2016-04-27 would have the same value for the macro as the 6.1.0 release 2016-04-27 would have the same value for the macro as the 6.1.0 release
despite being a different version. despite being a different version.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment