[cppstandard] Require C++17
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