]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix (hopefully last) bug in DEAL_II_CHECK_ANON_NAMESPACE_BUG3
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 27 Apr 2004 08:47:55 +0000 (08:47 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 27 Apr 2004 08:47:55 +0000 (08:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@9105 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/base/include/base/config.h.in
deal.II/configure

index c9bf8a694c8d22f5c91e7326a7451f78d7a8bc12..54c686da127d24fa9f21b6fc4d3833b3f03b0bab 100644 (file)
@@ -2798,7 +2798,7 @@ AC_DEFUN(DEAL_II_CHECK_ANON_NAMESPACE_BUG3, dnl
    ],
    [
        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])
index cfcbb62c4d8a9a107cc5f9de45abb4d5db38ed08..c7105dad317abf332343d4f06820ae196268be94 100644 (file)
    */
 #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. */
index e93856738b4421b27c9145af656be56c38f34bc6..f4d8fef1be023102455dff091ea948cf0bb3db87 100755 (executable)
@@ -5269,11 +5269,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
 
        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


Typeset in Trocchi and Trocchi Bold Sans Serif.