/*
- * 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>
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
*/