mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-13 06:58:13 +00:00
09fa1d6a73
With C++20, we can use the more concise contains() member function instead of comparing the result of the find() call with the end iterator.