cgal/TDS_3/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
..
internal Fix dependencies by moving files 2018-03-23 14:17:24 +01:00
Triangulation_data_structure_3.h replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
Triangulation_ds_cell_base_3.h remove workaround code for cpp11 in triangulation packages 2019-03-29 10:41:50 +01:00
Triangulation_ds_vertex_base_3.h add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Triangulation_simplex_3.h Fix dependencies by moving files 2018-03-23 14:17:24 +01:00
Triangulation_utils_3.h Fix dependencies by moving files 2018-03-23 14:17:24 +01:00