mirror of
https://github.com/obsproject/obs-studio.git
synced 2025-12-23 22:48:02 -05:00
std::find is used in enumerate_frame_rates already, so the equality operator is needed there. Until C++17 this is defined implicitly, but since C++20 it's needed explicitly.