Remove C++17 fallbacks
All threads resolved!
All threads resolved!
Compare changes
Files
6+ 0
− 13
@@ -43,23 +43,10 @@ namespace ippl {
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
With !188 (merged), IPPL has become C++20-dependent in order to avoid drastically unreadable code and clutter. Thus, the rest of the codebase is free to assume that C++20 features are available. This makes all C++17/C++20 checks obsolete. This MR removes all redundant C++17 versions of features and restores ParameterList
printing.