From: hartmann
Date: Fri, 23 Apr 2004 10:55:16 +0000 (+0000)
Subject: And note about older MIPSpro compiler versions
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1498036735aeeb23df2d632eaa6205ad273a1fa;p=dealii-svn.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.