],
[
AC_MSG_RESULT(yes. using workaround)
- AC_DEFINE(DEAL_II_MEMBER_VAR_SPECIALIZATION_BUG, 1,
+ AC_DEFINE(DEAL_II_MEMBER_TEMPLATE_SPECIALIZATION_BUG, 1,
[Defined if the compiler refuses to specialize
an outer class template while keeping a member
as a template. For the exact failure mode, look at
/* Defined if the compiler refuses to specialize an outer class template while
keeping a member as a template. For the exact failure mode, look at
aclocal.m4 in the top-level directory. */
+#undef DEAL_II_MEMBER_TEMPLATE_SPECIALIZATION_BUG
+
+/* Defined if the compiler refuses to allow the explicit specialization of
+ static member variables. For the exact failure mode, look at aclocal.m4 in
+ the top-level directory. */
#undef DEAL_II_MEMBER_VAR_SPECIALIZATION_BUG
/* Minor version number of deal.II */
#! /bin/sh
-# From configure.in Revision: 1.162 .
+# From configure.in Revision: 1.163 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57.
#
echo "${ECHO_T}yes. using workaround" >&6
cat >>confdefs.h <<\_ACEOF
-#define DEAL_II_MEMBER_VAR_SPECIALIZATION_BUG 1
+#define DEAL_II_MEMBER_TEMPLATE_SPECIALIZATION_BUG 1
_ACEOF
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams