From: Wolfgang Bangerth Date: Thu, 17 Feb 2000 16:37:23 +0000 (+0000) Subject: Word about C Set ++ 3.0 X-Git-Tag: v8.0.0~20926 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541dfc27136fcf9a6fca4e3e24981563274a74a1;p=dealii.git Word about C Set ++ 3.0 git-svn-id: https://svn.dealii.org/trunk@2434 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index f0e6218266..cb65137339 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -49,7 +49,10 @@ gcc2.95 but other compilers might work as well. egcs1.0 and older gcc versions will not work, however. Also, Sun Workshop C++ 5.0 will not work since it does not support - template member functions. + template member functions, and IBM C Set++ 3.0 will not + work since they only have non-ISO header file names (with + appended .h; probably, version 3.0 is not the most recent + one, but we don't have access to newer ones).

We are interested in writing portable C++, so if you find