cgal/Arrangement_on_surface_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
..
archive add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
benchmark Remove all usage of CGAL_LEDA_VERSION 2016-08-25 14:38:16 +02:00
demo/Arrangement_on_surface_2 Fix CMake warnings about CMP for Visual 2017 2018-11-21 16:17:39 +01:00
doc/Arrangement_on_surface_2 Merge pull request #3780 from afabri/CGAL-links-GF 2019-03-27 18:05:17 +01:00
examples/Arrangement_on_surface_2 Fixes of fixes 2019-02-15 09:03:58 +01:00
include/CGAL remove cpp11 workarounds in argt related packages 2019-03-29 10:41:50 +01:00
package_info/Arrangement_on_surface_2 Commit all new dependencies files 2018-03-06 18:44:48 +01:00
test/Arrangement_on_surface_2 replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
TODO Merge branch 'Aos_2-surface_sweep-efif-old' into Aos_2-surface_sweep-efif 2017-12-07 15:56:00 +02:00