cgal/Ridges_3
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
..
doc/Ridges_3 Documentation italic in italics 2019-03-01 19:46:42 +01:00
examples/Ridges_3 replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
include/CGAL replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
package_info/Ridges_3 Ridges_3: Remove dependency on Bounding_volumes 2018-03-28 16:43:22 +01:00
test/Ridges_3 replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00