From: Ralf Hartmann Date: Fri, 23 Apr 2004 10:55:16 +0000 (+0000) Subject: And note about older MIPSpro compiler versions X-Git-Tag: v8.0.0~15251 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=133a5222d96601949db5996e6e8740af0a935de5;p=dealii.git And note about older MIPSpro compiler versions git-svn-id: https://svn.dealii.org/trunk@9098 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 053a5ff064..16c9615ba7 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -117,7 +117,10 @@ appended .h. Version 5.0 does not work since they do not allow the declaration of explicit specializations and a larger number of other techniques that are used in the - library, see the link in the list above. + library, see the link in the list above. The SGI MIPSpro + compiler 7.3 or earlier will not work since it is not C++ + standard conforming. The MIPSpro compiler 7.4 will also not + work since it is still too buggy.