Skip to content

[cppstandard] Require C++17

Timo Koch requested to merge feature/require-c++17 into master

After receiving no user objections this patch upgrades the required C++ standard to C++17. After merging we are free to use C++17 features. An attempt to configure Dumux with a compiler that does not support C++17 will trigger a Cmake error.

Fixes #654 (closed)

Edited by Timo Koch

Merge request reports