From: wolf Date: Mon, 22 Apr 2002 11:50:44 +0000 (+0000) Subject: More doc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96aac95ef6ed9c3079243d1f415053efe726bb79;p=dealii-svn.git More doc. git-svn-id: https://svn.dealii.org/trunk@5706 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 3fbe698de8..323002abb2 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -1543,9 +1543,9 @@ AC_DEFUN(DEAL_II_CHECK_TEMPL_CONST_MEM_PTR_BUG, dnl [ AC_MSG_RESULT(yes. using workaround) AC_DEFINE(DEAL_II_TEMPL_CONST_MEM_PTR_BUG, 1, - [Define if we have to work around a bug in icc in which - the compiler refuses to consider a template when given - a pointer to a constant member function. + [Define if we have to work around a bug in Intel's icc + compiler in which the compiler refuses to consider a + template when given a pointer to a constant member function. See the aclocal.m4 file in the top-level directory for a description of this bug.]) ])