Mael Rouxel-Labbé
|
9cca59ba36
|
Actually use the new IO functions + some example improvements
|
2020-06-23 18:24:39 +02:00 |
Sébastien Loriot
|
0ce7fc09b5
|
turns iterator pairs into iterable ranges
|
2019-03-29 13:28:22 +01:00 |
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 |
Andreas Fabri
|
d0ba5e40a9
|
AABB_tree, BGL
|
2019-02-14 09:44:18 +01:00 |
Andreas Fabri
|
fb7c859554
|
Switch to edge_descriptor as boost::filtered_graph has no halfedge_descriptor
|
2016-06-14 09:27:34 +02:00 |
Philipp Möller
|
e7b1325e2a
|
Improve dual example
Remove it from dont_submit, improve formatting and messages
|
2016-02-02 16:00:31 +01:00 |
Sébastien Loriot
|
a25297a5c9
|
add missing filename in test
|
2015-07-16 08:48:59 +02:00 |
Jane Tournois
|
abec5f1c88
|
rename dual example
|
2015-07-01 10:18:21 +02:00 |