Commit 60e53331 by Gerald Pfeifer Committed by Gerald Pfeifer

policy_data_structures.xml: Simplify and standardize references to boost.org.

	* doc/xml/manual/policy_data_structures.xml: Simplify and
	standardize references to boost.org.
	* doc/xml/manual/policy_data_structures_biblio.xml: Ditto.
	* doc/xml/manual/shared_ptr.xml: Ditto.

From-SVN: r245507
parent 728e81e3
2017-02-16 Gerald Pfeifer <gerald@pfeifer.com>
* doc/xml/manual/policy_data_structures.xml: Simplify and
standardize references to boost.org.
* doc/xml/manual/policy_data_structures_biblio.xml: Ditto.
* doc/xml/manual/shared_ptr.xml: Ditto.
2017-02-16 Jonathan Wakely <jwakely@redhat.com> 2017-02-16 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/60936 PR libstdc++/60936
......
...@@ -5090,7 +5090,8 @@ ...@@ -5090,7 +5090,8 @@
<para> <para>
Some test utilities borrow ideas from Some test utilities borrow ideas from
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.boost.org/doc/libs/release/libs/timer/index.html">boost::timer</link>. <link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://www.boost.org/libs/timer/">boost::timer</link>.
</para> </para>
<para> <para>
......
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<biblioentry xml:id="biblio.dawestimer"> <biblioentry xml:id="biblio.dawestimer">
<title> <title>
<link xmlns:xlink="http://www.w3.org/1999/xlink" <link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://www.boost.org/doc/libs/release/libs/timer/"> xlink:href="http://www.boost.org/libs/timer/">
Boost Timer Library Boost Timer Library
</link> </link>
</title> </title>
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
<biblioentry xml:id="biblio.clearypool"> <biblioentry xml:id="biblio.clearypool">
<title> <title>
<link xmlns:xlink="http://www.w3.org/1999/xlink" <link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://www.boost.org/doc/libs/release/libs/pool/"> xlink:href="http://www.boost.org/libs/pool/">
Boost Pool Library Boost Pool Library
</link> </link>
</title> </title>
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
<biblioentry xml:id="biblio.maddocktraits"> <biblioentry xml:id="biblio.maddocktraits">
<title> <title>
<link xmlns:xlink="http://www.w3.org/1999/xlink" <link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://www.boost.org/doc/libs/release/libs/type_traits/"> xlink:href="http://www.boost.org/libs/type_traits/">
Boost Type Traits Library Boost Type Traits Library
</link> </link>
</title> </title>
......
...@@ -461,7 +461,7 @@ be private. ...@@ -461,7 +461,7 @@ be private.
<biblioentry> <biblioentry>
<title> <title>
<link xmlns:xlink="http://www.w3.org/1999/xlink" <link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://boost.org/libs/smart_ptr/shared_ptr.htm"> xlink:href="http://www.boost.org/libs/smart_ptr/shared_ptr.htm">
Boost C++ Libraries documentation, shared_ptr Boost C++ Libraries documentation, shared_ptr
</link> </link>
</title> </title>
......
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