cgal/Classification
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
..
doc/Classification http:/www.boost.org -> https://www.bost.org 2019-03-20 08:59:22 +01:00
examples/Classification Don't suppress warnings 2019-02-18 08:40:08 +01:00
include/CGAL replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
package_info/Classification Add dependencies to Hash_map and Kernel_d 2018-07-05 14:14:34 +02:00
test/Classification Merge pull request #3343 from sgiraudot/Point_set_3-v2-GF 2019-02-13 15:38:53 +01:00