]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
config.h.in updated
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Sep 2012 10:25:09 +0000 (10:25 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Sep 2012 10:25:09 +0000 (10:25 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26302 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/config.h.in
deal.II/include/deal.II/base/config.h.in.old

index 7854256881cce4df9f402fb30a6c2f3e66df2a78..b68a4005eb44f95d77381ebef0cea631a3672081 100644 (file)
 
 
 /*
- * Configured in check_for_cxx_features:
+ * Configured in check_for_compiler_features
  */
 
 
 /* Defined if vector iterators are just plain pointers */
 #cmakedefine DEAL_II_VECTOR_ITERATOR_IS_POINTER
 
+
+
+
+/*
+ * Configured in check_for_compiler_bugs:
+ */
+
+
+/* Define if we have to work around a bug in gcc with explicitly instantiating
+   template member operators. See the aclocal.m4 file in the top-level
+   directory for a description of this bug. */
+#define DEAL_II_MEMBER_OP_TEMPLATE_INST @DEAL_II_MEMBER_OP_TEMPLATE_INST@
+
+
+
+
+/*
+ * Configured in check_for_cxx_features:
+ */
+
+
+/* Defined if the compiler we use supports the C++2011 standard well enough to
+   allow using the standard library classes instead of the corresponding BOOST
+   classes. */
+#cmakedefine DEAL_II_CAN_USE_CXX1X
+
 /* Defined if the compiler provides an <ostream> header file */
 #cmakedefine HAVE_STD_OSTREAM_HEADER
 
 
 
 
-/*
- * Configured in check_for_compiler_bugs:
- */
-
-
-/* Define if we have to work around a bug in gcc with explicitly instantiating
-   template member operators. See the aclocal.m4 file in the top-level
-   directory for a description of this bug. */
-#define DEAL_II_MEMBER_OP_TEMPLATE_INST @DEAL_II_MEMBER_OP_TEMPLATE_INST@
-
-
-
-
-
 #include <deal.II/base/numbers.h>
 #include <deal.II/base/types.h>
 
index f4c943252b85bc06afcfcdce542fb1885a8878a3..2a5b16917cdea0bd07d6d3a4121c12c44d133571 100644 (file)
    floating point computations on cygwin systems. */
 #cmakedefine DEAL_II_BROKEN_SOCKETS
 
-/* Defined if the compiler we use supports the C++2011 standard well enough to
-   allow using the standard library classes instead of the corresponding BOOST
-   classes. */
-#cmakedefine DEAL_II_CAN_USE_CXX1X
-
 /* Backward compatibility support for functions and classes that do not take
    an explicit mapping variable, but rather use a default Q1 mapping instead
    */

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.