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
Review all existing indices to check for obsolete ones and potentially replaceable by reverse_iterator usage (especially look for indices prefixed with by_old)
Some indices need to be accesses in both directions. Because lower_bound semantics are easier, we were lazy and created a second index. Those should be removed and replaced by reverse iterator semantics.
The text was updated successfully, but these errors were encountered:
Referenced in #1932
Some indices need to be accesses in both directions. Because
lower_bound
semantics are easier, we were lazy and created a second index. Those should be removed and replaced by reverse iterator semantics.The text was updated successfully, but these errors were encountered: