Chromium Code Reviews
DescriptionRemove std::mem_fun uses.
This patch removes std::mem_fun and std::mem_fun_ref uses from the
codebase, since those are deprecated in C++11. Additionally, the
resulting code should be simpler to parse, since most of the time the
use is replaced with a ranged based for-loop, which is a more familiar
construct.
Discussion:
https://groups.google.com/a/chromium.org/forum/#!topic/cxx/ip8T6u-o7KY
TBR=gavinp
BUG=593407
Committed: https://crrev.com/ad1b44e489281f42a0ea6d7d9516ba30d5879225
Cr-Commit-Position: refs/heads/master@{#380740}
Patch Set 1 #Patch Set 2 : #
Total comments: 3
Patch Set 3 : #Messages
Total messages: 31 (11 generated)
|