F.1 drop invalid line closes #1928

pull/1939/head
Sergey Zubkov 4 years ago
parent cbf455407e
commit 2b05a48a05

@ -2432,7 +2432,6 @@ Naming that lambda breaks up the expression into its logical parts and provides
auto lessT = [](T x, T y) { return x.rank() < y.rank() && x.value() < y.value(); };
sort(a, b, lessT);
find_if(a, b, lessT);
The shortest code is not always the best for performance or maintainability.

Loading…
Cancel
Save