diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-02-08 07:22:01 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-02-08 07:22:01 +0000 |
commit | 41cf3f3eb91e46b1465715053791612a1a1d482d (patch) | |
tree | 29f56e0c035d36be0d02c492a7e541f1986e092b | |
parent | 97355ece9c39ae8529f50fd3326eca76c33acb54 (diff) | |
download | gcc-41cf3f3eb91e46b1465715053791612a1a1d482d.zip gcc-41cf3f3eb91e46b1465715053791612a1a1d482d.tar.gz gcc-41cf3f3eb91e46b1465715053791612a1a1d482d.tar.bz2 |
profile_mode.xml: Unbreak link to "Optimizing Sorting with Machine Learning Algorithms".
* doc/xml/manual/profile_mode.xml: Unbreak link to
"Optimizing Sorting with Machine Learning Algorithms".
From-SVN: r245269
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/profile_mode.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c3b6a39..0004210f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2017-02-08 Gerald Pfeifer <gerald@pfeifer.com> + * doc/xml/manual/profile_mode.xml: Unbreak link to + "Optimizing Sorting with Machine Learning Algorithms". + +2017-02-08 Gerald Pfeifer <gerald@pfeifer.com> + * src/c++11/snprintf_lite.cc (__err): Update bug reporting URL. 2017-02-08 Gerald Pfeifer <gerald@pfeifer.com> diff --git a/libstdc++-v3/doc/xml/manual/profile_mode.xml b/libstdc++-v3/doc/xml/manual/profile_mode.xml index 2f5eb6b..ae846d9 100644 --- a/libstdc++-v3/doc/xml/manual/profile_mode.xml +++ b/libstdc++-v3/doc/xml/manual/profile_mode.xml @@ -1403,7 +1403,7 @@ foo.cc:1: advice: Change "list" to "forward_list". See papers: <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://dl.acm.org/citation.cfm?doid=1065944.1065981"> A framework for adaptive algorithm selection in STAPL</link> and - <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=4228227"> + <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://ieeexplore.ieee.org/document/4228227/"> Optimizing Sorting with Machine Learning Algorithms</link>. </para></listitem> <listitem><para><emphasis>Sample runtime reduction:</emphasis>60%. |