Don't include <algorithm> in <chrono>#3626
Conversation
strega-nil-ms
left a comment
There was a problem hiding this comment.
This is a good change, imo.
|
Agreed! Even without the throughput considerations, this is more efficient and easier to understand. The I checked all of Finally, this is unlikely to be an impactful breaking change, as it's limited to C++20. |
|
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
|
Thanks for finding and making this major improvement! |
Separated from #3623. Towards #3599.
It seems to me that we don't need to use
transformfortzdb_list.emplace_backin loop looks better.