mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-27 02:42:26 -04: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.