On Mon, 22 Aug 2016, Jonathan Wakely wrote: >> So, after https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01467.html I >> suggest to streamline things, remove this page, and apply the patch >> below. > Would this remove the link to the libstdc++ FAQ?
I had actually watched out for that. ;-) https://gcc.gnu.org/faq.html has a prominent link to the libstdc++ FAQ at the very top, whereas even in the current libstdc++ page the libstdc++ FAQ is only a link in the navigation bar. Now, we could at another link to the main navigation bar, something like changing the current "FAQ" link to "FAQ (libstdc++)", though that does not scale for other aspects such as Fortran, for example, which is why my current patch set does not have this. Gerald