mirror of https://github.com/CGAL/cgal
- Add CGAL/LEDA_basic.h at the beginning, otherwise the dirty LEDA macros add
a non-consistent mess.
This commit is contained in:
parent
b6da6ab58e
commit
6a672ee065
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue