diff options
author | 2014-09-04 17:53:15 -0400 | |
---|---|---|
committer | 2014-09-04 23:06:44 +0100 | |
commit | b28e304730944bde7e87390ad3880155642a70b4 (patch) | |
tree | a15142235ffedf6d3bf0d8e1964b43c09961b8cf | |
parent | 0a1c24adf81bced6328a585e956a1d05246e1acf (diff) | |
download | paludis-b28e304730944bde7e87390ad3880155642a70b4.tar.gz paludis-b28e304730944bde7e87390ad3880155642a70b4.tar.xz |
Update supported compilers list
-rw-r--r-- | doc/faq/general.html.part | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/faq/general.html.part b/doc/faq/general.html.part index 6a5fa38fc..37a877e40 100644 --- a/doc/faq/general.html.part +++ b/doc/faq/general.html.part @@ -63,11 +63,10 @@ the code now does.</p> <h2 id="compilers">Known compiler issues</h2> -<p>The primary supported compiler for building Paludis is GCC, version 4.4 or later. Older versions of GCC will not -work, since we make use of various C++0x features.</p> +<p>The primary supported compiler for building Paludis is GCC, version 4.7 or later. Older versions of GCC will not +work, since we make use of various C++11 features.</p> -<p>At the time of writing, ICC does not appear to provide sufficient C++0x support, and LLVM's clang rejects the -<code>type_traits</code> header supplied by <code>libstdc++</code>.</p> +<p>At the time of writing, ICC does not appear to provide sufficient C++11 support.</p> <h2 id="verb">What term should I use to mean "to install a package using Paludis"?</h2> |