From ad067ec6465245b299877850f8857254cf2237cd Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 17 Feb 2000 16:37:23 +0000 Subject: [PATCH] Word about C Set ++ 3.0 git-svn-id: https://svn.dealii.org/trunk@2434 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5