diff options
Diffstat (limited to 'libstdc++-v3/docs/html/faq/index.html')
| -rw-r--r-- | libstdc++-v3/docs/html/faq/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index c4f4e78a600..6e5266c5e0b 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -3,6 +3,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="KEYWORDS" content="libstdc++, libstdc++-v3, GCC, g++, libg++, STL" /> @@ -123,12 +124,14 @@ ongoing project to implement the ISO 14882 Standard C++ library as described in chapters 17 through 27 and annex D. As the library reaches stable plateaus, it is captured in a snapshot - and released. The current release is + and released. The latest release is <a href="http://gcc.gnu.org/libstdc++/index.html#download">the - fourteenth snapshot</a>. For those who want to see exactly how + fourteenth snapshot</a> but newer versions have been included + in recent GCC releases. For those who want to see exactly how far the project has come, or just want the latest bleeding-edge code, the up-to-date source is available over - anonymous CVS, and can even be browsed over the Web (see below). + anonymous CVS, and can even be browsed over the Web (see + <a href="#1_4">1.4</a> below). </p> <p>The older libstdc++-v2 project is no longer maintained; the code has been completely replaced and rewritten. |

