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
The operator() functions in goto_symext now have explicit names.
Previous commits have overloaded these functions with several
combinations of arguments; the renaming is in preparation for a future
commit that would necessitate even more overloadings, with the same
parameter types.
Several of goto_symext's functions have been made protected rather than
public, as they are only called from the top-level goto_symext
functions.
The two_argument operator() function is removed completely, as it
was only called from a single place and was only two lines long. Its
implementation is moved to the caller.
0 commit comments