cgal/Polyhedron/include/CGAL
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
..
boost/graph replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
Polyhedron_3.h Convex_hull_3: Remove dependency on package Polyhedron 2018-03-28 14:59:22 +01:00
Polyhedron_3_to_lcc.h fixes in includes logic. 2018-02-02 12:08:05 +01:00
Polyhedron_copy_3.h add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Polyhedron_incremental_builder_3.h Polyhedron 2018-01-17 17:13:53 +00:00
Polyhedron_items_with_id_3.h remove include directive for checking GPL compliance in LGPL headers 2017-11-12 10:21:35 +01:00
Polyhedron_min_items_3.h add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Polyhedron_traits_3.h add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Polyhedron_traits_with_normals_3.h add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
draw_polyhedron.h Bug fix in basic viewers when using EPEK. 2018-10-15 14:58:52 +02:00
polyhedron_cut_plane_3.h Polyhedron 2018-01-17 17:13:53 +00:00