aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/mt_allocator.h
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2014-06-14 21:22:10 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2014-06-14 21:22:10 +0100
commit10d43d2fb4653d630df47b34d6e4595774559226 (patch)
tree4ce004a3ea110bcecfb93473261eb2442dd03648 /libstdc++-v3/include/ext/mt_allocator.h
parent005413491961bacb0512dec2e28af53ff95ba291 (diff)
downloadgcc-10d43d2fb4653d630df47b34d6e4595774559226.zip
gcc-10d43d2fb4653d630df47b34d6e4595774559226.tar.gz
gcc-10d43d2fb4653d630df47b34d6e4595774559226.tar.bz2
api.xml: Link to more recent API docs.
* doc/xml/api.xml: Link to more recent API docs. * include/bits/allocator.h: Fix link in doxygen comment. * include/bits/char_traits.h: Likewise. * include/bits/ios_base.h: Likewise. * include/bits/stl_map.h: Likewise. * include/bits/stl_multimap.h: Likewise. * include/bits/stl_multiset.h: Likewise. * include/bits/stl_set.h: Likewise. * include/bits/unordered_map.h: Likewise. * include/bits/unordered_set.h: Likewise. * include/ext/mt_allocator.h: Likewise. * include/std/fstream: Likewise. * include/std/iosfwd: Likewise. * include/std/ostream: Likewise. * include/std/sstream: Likewise. * include/std/streambuf: Likewise. * doc/html/*: Regenerate. From-SVN: r211671
Diffstat (limited to 'libstdc++-v3/include/ext/mt_allocator.h')
-rw-r--r--libstdc++-v3/include/ext/mt_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/ext/mt_allocator.h b/libstdc++-v3/include/ext/mt_allocator.h
index 0e6cfd9..856ef3b 100644
--- a/libstdc++-v3/include/ext/mt_allocator.h
+++ b/libstdc++-v3/include/ext/mt_allocator.h
@@ -632,7 +632,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
* @ingroup allocators
*
* Further details:
- * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt12ch32.html
+ * https://gcc.gnu.org/onlinedocs/libstdc++/manual/mt_allocator.html
*/
template<typename _Tp,
typename _Poolp = __common_pool_policy<__pool, __thread_default> >