This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
documentation (mt_allocator): non-working link to example program
- From: Stefan Schweter <stefan at schweter dot it>
- To: libstdc++ at gcc dot gnu dot org
- Date: Sat, 6 May 2017 22:23:08 +0200
- Subject: documentation (mt_allocator): non-working link to example program
- Authentication-results: sourceware.org; auth=none
Hi,
the current *libstdc++* documentation of the `mt_allocator`
implementation [1] points to a non-working link:
http://gcc.gnu.org/viewcvs/trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-6.cc?view=markup
The `gcc` prefix is missing after `viewcvs` so the correct and working
url should be corrected to:
https://gcc.gnu.org/viewcvs/gcc/trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-6.cc?view=markup
Thanks + regards,
Stefan
[1] https://gcc.gnu.org/onlinedocs/libstdc++/manual/mt_allocator_impl.html