From 60e533317084f0f72e5651e8ddea67c8b3b9835a Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 16 Feb 2017 15:25:18 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 7 +++++++ libstdc++-v3/doc/xml/manual/policy_data_structures.xml | 3 ++- libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml | 6 +++--- libstdc++-v3/doc/xml/manual/shared_ptr.xml | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c73d75f..d70f0fe 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2017-02-16 Gerald Pfeifer + + * 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 PR libstdc++/60936 diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml index dca958c..0d0bf43 100644 --- a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml +++ b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml @@ -5090,7 +5090,8 @@ Some test utilities borrow ideas from - boost::timer. + boost::timer. diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml index 16b73d6..1becbc2 100644 --- a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml +++ b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml @@ -181,7 +181,7 @@ <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> @@ -208,7 +208,7 @@ <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> @@ -236,7 +236,7 @@ <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> diff --git a/libstdc++-v3/doc/xml/manual/shared_ptr.xml b/libstdc++-v3/doc/xml/manual/shared_ptr.xml index 0658796..fcbade6 100644 --- a/libstdc++-v3/doc/xml/manual/shared_ptr.xml +++ b/libstdc++-v3/doc/xml/manual/shared_ptr.xml @@ -461,7 +461,7 @@ be private. <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> -- 2.7.4