],
[
AC_MSG_RESULT(yes)
- AC_DEFINE_UNQUOTED(DEAL_II_ANON_NAMESPACE_BOGUS_WARNING, 1
+ AC_DEFINE_UNQUOTED(DEAL_II_ANON_NAMESPACE_BOGUS_WARNING, 1,
[Flag indicating whether there is a bug in the
compiler that leads to bogus warnings for
inline class members in anonymous namespaces])
*/
#undef DEAL_II_ABORT_NOTHROW_EXCEPTION
+/* Flag indicating whether there is a bug in the compiler that leads to bogus
+ warnings for inline class members in anonymous namespaces */
+#undef DEAL_II_ANON_NAMESPACE_BOGUS_WARNING
+
/* Defined if the compiler needs to see the static keyword even for functions
in anonymous namespaces, to avoid duplicate symbol errors when linking. For
the details, look at aclocal.m4 in the top-level directory. */
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
- cat >>confdefs.h <<_ACEOF
+
+cat >>confdefs.h <<_ACEOF
#define DEAL_II_ANON_NAMESPACE_BOGUS_WARNING 1
- Flag indicating whether there is a bug in the
- compiler that leads to bogus warnings for
- inline class members in anonymous namespaces
_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