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
* and_condition_impl::combine_equal - Remove UB container modification.
The container is modified while iterating it.
Switched to indexed based iteration to avoid UB.
* Update condition.cpp
Sorry missed this line.
0 commit comments