Skip to content

Feature/improve variant

Carsten Gräser requested to merge feature/improve-variant into master
  • 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