mirror of https://github.com/CGAL/cgal
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' |
||
|---|---|---|
| .. | ||
| boost/graph | ||
| Polyhedron_3.h | ||
| Polyhedron_3_to_lcc.h | ||
| Polyhedron_copy_3.h | ||
| Polyhedron_incremental_builder_3.h | ||
| Polyhedron_items_with_id_3.h | ||
| Polyhedron_min_items_3.h | ||
| Polyhedron_traits_3.h | ||
| Polyhedron_traits_with_normals_3.h | ||
| draw_polyhedron.h | ||
| polyhedron_cut_plane_3.h | ||