cgal/Surface_mesh_segmentation
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
..
benchmark/Surface_mesh_segmentation add missing include directive 2015-03-23 13:36:30 +01:00
doc/Surface_mesh_segmentation first batch of replacement for level 1 in classified ref man 2019-02-14 10:32:39 +01:00
examples/Surface_mesh_segmentation replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
include/CGAL update from cgal/master 2018-11-02 11:32:31 +01:00
package_info/Surface_mesh_segmentation Add Dependency to Distance_3 2018-11-02 11:36:43 +01:00
test/Surface_mesh_segmentation Update minimum cmake required version in all CMakeLists.txt 2018-10-18 14:49:23 +02:00