Skip to content
Snippets Groups Projects
Commit 3c0897c3 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Add explanation for config.h include

parent a6966c99
No related branches found
No related tags found
1 merge request!1313Move include of config.h from source to some header files
Pipeline #70886 passed
Pipeline: Dune Nightly Test

#71153

    Pipeline: Dune Nightly Test

    #71142

      ......@@ -7,7 +7,7 @@
      #include <functional>
      #include <dune-common-config.hh>
      #include <dune-common-config.hh> // DUNE_HAVE_CXX_STD_IDENTITY
      namespace Dune
      {
      ......
      ......@@ -6,7 +6,7 @@
      #define DUNE_COMMON_STD_TYPE_TRAITS_HH
      #include <type_traits>
      #include <dune-common-config.hh>
      #include <dune-common-config.hh> // DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED
      #include <dune/common/typetraits.hh>
      #include <dune/common/typeutilities.hh>
      ......
      ......@@ -15,7 +15,7 @@
      #ifndef DUNE_COMMON_STDSTREAMS_HH
      #define DUNE_COMMON_STDSTREAMS_HH
      #include <dune-common-config.hh>
      #include <dune-common-config.hh> // DUNE_MINIMAL_DEBUG_LEVEL
      #include "debugstream.hh"
      namespace Dune {
      ......
      ......@@ -5,7 +5,7 @@
      #ifndef DUNE_VERSION_HH
      #define DUNE_VERSION_HH
      #include <dune-common-config.hh>
      #include <dune-common-config.hh> // DUNE_[MODULE]_VERSION_[TYPE]
      /** \file
      * \brief Various macros to work with %Dune module version numbers
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment