Switch all usages of the BOOST_FOREACH/BOOST_REVERSE_FOREACH/Q_FOREACH macros to the native C++11 for-each. In the few usages of the BOOST_REVERSE_FOREACH macro I still use a Boost reversing adaptor to achieve the same effect.
[trivial] Switching from Boost for-each macros to C++11 for-each #8801
pull tjps wants to merge 1 commits into bitcoin:master from tjps:tjps_foreach changing 75 files +361 −400-
tjps commented at 7:49 PM on September 23, 2016: contributor
- MarcoFalke added the label Refactoring on Sep 23, 2016
-
[trivial] Switching from Boost for-each macros to C++11 for-each be0f534d14
-
laanwj commented at 6:21 AM on September 25, 2016: member
This is very low-hanging fruit. However see discussion in #8718. That issue was closed because it's better to do this incrementally over time to avoid breaking all other patches in progress, instead of over the whole source in one go.
Moved this into "later" in https://github.com/bitcoin/bitcoin/projects/3
- laanwj closed this on Sep 25, 2016
- tjps deleted the branch on May 18, 2017
- laanwj removed this from the "Later" column in a project
- DrahtBot locked this on Sep 8, 2021
Labels