cgal/Surface_mesh_approximation/test/Surface_mesh_approximation
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
..
data copy data 2018-11-30 10:45:18 +01:00
CMakeLists.txt CGAL: clean up CMakeLists.txt files in examples and tests 2019-02-13 17:29:29 +01:00
vsa_approximation_test.cpp minor fixes 2018-11-30 10:45:19 +01:00
vsa_class_interface_test.cpp minor fixes 2018-11-30 10:45:19 +01:00
vsa_correctness_test.cpp fix correctness test 2018-11-30 10:45:19 +01:00
vsa_error_decrease_test.cpp fix tests 2018-11-30 10:45:19 +01:00
vsa_kernel_test.cpp fix tests 2018-11-30 10:45:19 +01:00
vsa_meshing_manifold_test.cpp fix tests 2018-11-30 10:45:19 +01:00
vsa_metric_test.cpp replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
vsa_segmentation_test.cpp fix errors and warnings 2018-11-30 10:45:24 +01:00
vsa_teleportation_test.cpp replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00