mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
Common: Create "Contains.h" Algorithm Header
The new `Common::Contains` and `Common::ContainsSubrange` function objects mirror C++23's `std::ranges::contains` and `std::ranges::contains_subrange`, respectively.
This commit is contained in:
parent
b8921b1338
commit
6f10acea3f
3 changed files with 63 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
<ClInclude Include="Common\Config\ConfigInfo.h" />
|
||||
<ClInclude Include="Common\Config\Enums.h" />
|
||||
<ClInclude Include="Common\Config\Layer.h" />
|
||||
<ClInclude Include="Common\Contains.h" />
|
||||
<ClInclude Include="Common\CPUDetect.h" />
|
||||
<ClInclude Include="Common\Crypto\AES.h" />
|
||||
<ClInclude Include="Common\Crypto\bn.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue