mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-28 11:22:59 -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.