Laurent Rineau
|
bdfe153cd9
|
Merge pull request #7784 from janetournois/BGL-warning_fixed-jtournois
BGL - no need to workaround boost 1.54 anymore
|
2023-11-06 12:52:24 +01:00 |
Jane Tournois
|
6b8eaa4e5c
|
remove CGAL workaround from cpp files
|
2023-10-12 10:12:09 +02:00 |
Sébastien Loriot
|
cb840ac84b
|
boost::optional::get -> std::optional::value
|
2023-06-15 11:34:14 +02:00 |
Sébastien Loriot
|
9a0bdb5d96
|
boost::variant ---> std::variant
|
2023-06-15 10:57:10 +02:00 |
Mael Rouxel-Labbé
|
e614fc43e1
|
Simplify/Clean all BGL T2 examples (can now get rid of Finite_filter stuff)
|
2019-04-29 15:47:43 +02:00 |
Andreas Fabri
|
4897008e43
|
All examples now read from a file
|
2016-08-20 20:11:36 +02:00 |
Sébastien Loriot
|
bc8e1f399d
|
workaround a bug in dijsktra algorithm in boost 1.54 affecting normal estimation
|
2014-07-19 12:20:29 +02:00 |
Sylvain Pion
|
a90b728e34
|
Add missing <climits> header (BGL's fault)
|
2008-01-22 10:23:44 +00:00 |
Sylvain Pion
|
2b46416907
|
Remove more SUNPRO + RW's STL obsolete workarounds:
CGAL_CFG_SUNPRO_RWSTD (partially)
CGAL_reverse_iterator()
|
2008-01-03 15:04:30 +00:00 |
Marc Glisse
|
ed428f0eaa
|
Workaround for a boost feature that is disabled for sunpro.
|
2007-08-30 09:58:01 +00:00 |
Sylvain Pion
|
6fb5cb906b
|
Remove trailing white spaces and end of lines.
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
|
2007-03-10 14:59:41 +00:00 |
Andreas Fabri
|
ccc18db2ac
|
include the header files from the correct directory
|
2006-11-12 20:39:05 +00:00 |
Fernando Cacciola
|
5c9b98ca03
|
Folder structure changed to fit testsuite (taken from Kinetic_data_structure)
|
2006-10-18 16:38:45 +00:00 |