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
Include list where using a std::list and drop forall_expr_list macro
expr_listt was a rarely used global typedef with corresponding forall_expr_list
helper macros. Instead, declare the type locally where used and use a ranged
for. This avoids bringing the <list> include to all files (transitively)
including expr.h.
0 commit comments