cgal/Boolean_set_operations_2/test/Boolean_set_operations_2
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 Added test to test validation or relatively simple polygons 2019-02-23 11:22:55 +02:00
CMakeLists.txt Update minimum cmake required version in all CMakeLists.txt 2018-10-18 14:49:23 +02:00
agg_op_test_suite_generator.cpp Remove derivation as workaround for a typedef 2019-02-14 12:12:01 +01:00
bop_test_suite_generator.cpp Remove derivation as workaround for a typedef 2019-02-14 12:12:01 +01:00
simple_join_diff_bso_2.cpp replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
test_agg_op.cmd Move packages to trunk root 2006-02-14 08:58:13 +00:00
test_agg_op.cpp Remove derivation as workaround for a typedef 2019-02-14 12:12:01 +01:00
test_bop.cmd matching Boolean_set_operations_2 to Arrangement_on_surface_2 2007-07-30 14:26:04 +00:00
test_bop.cpp Remove derivation as workaround for a typedef 2019-02-14 12:12:01 +01:00
test_compilation.cpp Remove derivation as workaround for a typedef 2019-02-14 12:12:01 +01:00
test_connect_holes.cpp Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
test_polygon_validation.cpp Saved the expected result (whether the polygon is valid or not) in the input file. 2019-02-13 18:51:36 +02:00