mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-29 03:41:53 -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.