- Add CGAL/LEDA_basic.h at the beginning, otherwise the dirty LEDA macros add

a non-consistent mess.
This commit is contained in:
Sylvain Pion 2003-01-17 12:31:22 +00:00
parent b6da6ab58e
commit 6a672ee065
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,7 @@
1.16 (17 January 2003)
- Add CGAL/LEDA_basic.h at the beginning, otherwise the dirty LEDA macros add
a non-consistent mess.
1.15 (15 January 2003)
- docs added for the kernel archetype
- some names changed for the kernel archetype

View File

@ -39,11 +39,12 @@
# define CGAL_BIG_ENDIAN 1
#endif
#ifndef CGAL_USE_LEDA
# define CGAL_USE_CGAL_WINDOW
#else
#ifdef CGAL_USE_LEDA
# include <CGAL/LEDA_basic.h>
// The following is needed for LEDA 4.4 due to min/max problems...
# define LEDA_NO_MIN_MAX_TEMPL
#else
# define CGAL_USE_CGAL_WINDOW
#endif
#include <CGAL/assertions.h>