cgal/Hash_map/benchmark/Hash_map
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
CMakeLists.txt Update minimum cmake required version in all CMakeLists.txt 2018-10-18 14:49:23 +02:00
arrangement.cpp Add std::hash and boost::hash for the arrangement 2015-04-29 14:30:36 +02:00
foreach.cpp replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
hm.cpp replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
polyhedron.cpp do not use hash of pointers so that our specializations for handles are injective 2015-05-27 17:02:00 +02:00
surface_mesh.cpp add bench for Polyhedron_3 and Surface_mesh 2015-04-27 14:47:51 +02:00
triangulation.cpp derive from unary_function; Add #define switch to hash underlying pointer 2015-05-27 12:19:55 +02:00