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
Showing
- Framework/Algorithms/src/SampleCorrections/MayersSampleCorrection.cpp 4 additions, 4 deletions...gorithms/src/SampleCorrections/MayersSampleCorrection.cpp
- Framework/Kernel/src/MultiFileNameParser.cpp 6 additions, 6 deletionsFramework/Kernel/src/MultiFileNameParser.cpp
- buildconfig/CMake/CommonSetup.cmake 2 additions, 2 deletionsbuildconfig/CMake/CommonSetup.cmake
- qt/widgets/mplcpp/src/Plot.cpp 1 addition, 1 deletionqt/widgets/mplcpp/src/Plot.cpp
Loading
Please register or sign in to comment