Feature/improve variant

  • Implement and use a cmake check instead of __has_include(<variant>) because g++-7 -std=c++14 defines the header but not std::variant
  • Pull std::monostate into the Dune::Std:: namespace and provide a fallback implementation.

Merge request reports

Loading