On 15 January 2017 at 01:23, Jonathan Wakely wrote: > On 14 January 2017 at 12:21, Unknown wrote: >> Hi! >> >> I found the official GCC page for manuals[1]. >> But unfortunately, the libstdc++ docs for my compiler version (4.9.4) >> cannot be accessed due to broken links on the webpage. >> >> These are the ones that do not work presently: >> >> GCC-4.9.4 Manuals >> - GCC 4.9.4 Standard C++ Library Manual (also in PDF or XML or >> an HTML tarball) >> - GCC 4.9.4 Standard C++ Library Reference >> Manual (also in PDF or XML GPL or XML GDL or an HTML tarball >> >> Please note that none of the PDF/XML/Tarball/others work. >> >> Could someone fix them up? > > Yes, I can do that. In the meanwhile you can use the (almost > identical) docs for 4.9.3 instead, by manually changing the URLs from > 4.9.4 to 4.9.3 e.g. > > https://gcc.gnu.org/onlinedocs/gcc-4.9.3/libstdc++/manual/ > > Thanks for pointing it out.
The Libstdc++ docs for 4.9.4 are online now, all the links should be working correctly. Thanks again.