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
This commit is contained in:
parent
728e81e3bc
commit
60e5333170
@ -1,3 +1,10 @@
|
||||
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>
|
||||
|
||||
PR libstdc++/60936
|
||||
|
@ -5090,7 +5090,8 @@
|
||||
|
||||
<para>
|
||||
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>
|
||||
|
@ -181,7 +181,7 @@
|
||||
<biblioentry xml:id="biblio.dawestimer">
|
||||
<title>
|
||||
<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
|
||||
</link>
|
||||
</title>
|
||||
@ -208,7 +208,7 @@
|
||||
<biblioentry xml:id="biblio.clearypool">
|
||||
<title>
|
||||
<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
|
||||
</link>
|
||||
</title>
|
||||
@ -236,7 +236,7 @@
|
||||
<biblioentry xml:id="biblio.maddocktraits">
|
||||
<title>
|
||||
<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
|
||||
</link>
|
||||
</title>
|
||||
|
@ -461,7 +461,7 @@ be private.
|
||||
<biblioentry>
|
||||
<title>
|
||||
<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
|
||||
</link>
|
||||
</title>
|
||||
|
Loading…
Reference in New Issue
Block a user