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
Replace MethodDelta::compare with operator< for idiomatic C++
Summary:
Address code review feedback on D87519337. Replace the static
compare method with operator< member function for MethodDelta struct,
which is the more idiomatic C++ approach for defining custom comparison
logic. This makes the code more intuitive and follows standard C++
conventions for sortable types.
Reviewed By: jimmycFB
Differential Revision: D87662185
fbshipit-source-id: 899b19359dd0a23896d5824218ba42e696cebab3
0 commit comments