Sébastien Loriot
d60f5645aa
replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
2019-03-29 13:22:15 +01:00
..
2017-06-26 11:12:02 +02:00
2019-03-21 19:40:08 +01:00
2014-01-29 19:05:11 +01:00
2006-10-19 16:53:00 +00:00
2016-10-21 14:43:33 +02:00
2019-03-04 15:50:18 +01:00
2019-03-21 19:40:08 +01:00
2014-02-13 16:26:41 +01:00
2017-05-19 10:28:38 +02:00
2014-01-29 19:05:11 +01:00
2019-03-04 15:50:18 +01:00
2014-12-10 17:34:51 +01:00
2019-03-29 13:22:15 +01:00
2006-11-17 17:46:36 +00:00
2019-03-29 13:22:15 +01:00
2017-06-28 09:48:41 -04:00
2017-06-14 11:42:15 -04:00
2017-04-27 09:04:12 +02:00
2006-11-17 17:46:36 +00:00
2019-03-21 19:40:08 +01:00
2014-12-10 17:34:51 +01:00
2019-03-21 19:40:08 +01:00
2019-03-21 19:40:08 +01:00
2019-03-21 19:40:08 +01:00
2014-01-29 19:05:11 +01:00