dolphin/Source/Core/UICommon/ResourcePack
mitaclaw 8b9f92a0af Modernize std::sort with ranges and projections
In PPCTables.cpp, the code is currently unused so I was unable to test it.

In CustomPipeline.cpp, a pointer to member function cannot be used due to 16.4.5.2.1 of the C++ Standard regarding "addressable functions". https://eel.is/c++draft/namespace.std#6

In Fs.cpp and DirectoryBlob.cpp, these examples used projections in a previous iteration of this commit, but no longer do. Still, they remain in this commit because the PR they would actually belong to is already merged.
2025-03-09 13:26:38 -07:00
..
Manager.cpp Modernize std::sort with ranges and projections 2025-03-09 13:26:38 -07:00
Manager.h UICommon/ResourcePack: Allow priority helpers to take arguments by const reference 2023-06-16 10:20:50 -04:00
Manifest.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Manifest.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ResourcePack.cpp Fix build with minizip-ng 4.0.8 2025-01-19 10:30:41 +01:00
ResourcePack.h C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00