Skip to content

Feature/cleanup std utility

Steffen Müthing requested to merge feature/cleanup-std-utility into master

This merge request cleans up the implementation of C++14 integer sequences and also removes an old alias of std::declval() in our Dune::Std namespace.

Warning: After merging this merge request, any use of Std::declval() will cause compilation failures.

Merge request reports