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
Refactor goto_cc_cmdlinet::have_infile_arg using std::any_of
This avoids the need to declare and mutate iterators. Its states what it
is doing by means of the name of the algorithm - `std::any_of`, which
saves on reading a loop to work it out.
0 commit comments