Skip to content
Snippets Groups Projects
Commit d64390c5 authored by James Clarke's avatar James Clarke
Browse files

Update to C++ 20 standard

A few things needed fixing to remove compilation errors and
warnings:
- requires is now a keyword so we can't use it as a variable name
- The function in Plot.cpp that used std::move to return generated
a warning for an unnecessary move
- The accumulate functions in MultiFileNameParser.cpp didn't
compile unless they returned by value
parent 10bb9ccd
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment