You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: missing include inside StaticScope led to 'error: no member named any_of in namespace std::ranges', because OF COURSE a std::ranges::any_of isn't defined in <ranges> but in <ALGORITHM>! as if that made sense...
0 commit comments