]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Jun 2002 12:04:22 +0000 (12:04 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Jun 2002 12:04:22 +0000 (12:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@6183 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure

index 38244592a535540bf6a211c4dbeb268f0bdbb939..0d914ab99a96a68706845a143d03a455787ddae6 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.113 .
+# From configure.in Revision: 1.114 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53a.
 #
@@ -4416,11 +4416,12 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 #line $LINENO "configure"
 #include "confdefs.h"
 
-       class X {
-           static int i;
+       struct X {
+         private:
+           static int f();
 
            struct Y {
-               int f() { return i; };
+               int g() { return f(); };
            };
        };
 

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.