cgal/Polyhedron/include/CGAL/boost/graph
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
..
graph_traits_Polyhedron_3.h remove is_valid() from the graph_traits 2018-05-03 12:03:14 +02:00
halfedge_graph_traits_Polyhedron_3.h remove include directive for checking GPL compliance in LGPL headers 2017-11-12 10:21:35 +01:00
properties_Polyhedron_3.h handle ambiguous overloads 2018-07-18 09:12:46 +02:00
properties_Polyhedron_3_features.h replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
properties_Polyhedron_3_time_stamp.h move properties from Mesh_3 to BGL, Polyhedron_3 and Surface_mesh 2018-03-22 16:37:37 +01:00