This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: http://gcc.gnu.org/onlinedocs/libstdc++/ needs a bit of help
> Some changes I have committed already or plan to commit shortly, but
> there are some where I'd appreciate some help.
Sure.
> As a consequence of the restructuring of the libstdc++ documentation,
> the following prominent links are broken. Do you have current
> replacements for these?
>
> http://gcc.gnu.org/onlinedocs/libstdc++/parallel_mode.html
> http://gcc.gnu.org/onlinedocs/libstdc++/ext/parallel_mode.html
http://gcc.gnu.org/onlinedocs/libstdc++/manual/parallel_mode.html
> http://gcc.gnu.org/onlinedocs/libstdc++/ext/tr1.html
http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt01ch01.html#manual.intro.status.standard.tr1
Sadly, this link is pretty weak compared to the old one's simplicity.
Instead, I wanted this URL:
http://gcc.gnu.org/onlinedocs/libstdc++/manual/status_cxxtr1.html
(see doc/xml/manual/status_cxxtr1.xml's <?dbhtml
filename="standard_cxxtr1.html"?> markup. I don't know why this is not
working, probably due to the type of document (sec2)?)
-benjamin