From e2f643e1919277d076bdff6a4e926da5bb3f39b7 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 19 Sep 2003 12:38:22 +0000 Subject: [PATCH] Use only the Compact_container for storage --- .../Interval_skip_list/include/CGAL/Interval_skip_list.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Packages/Interval_skip_list/include/CGAL/Interval_skip_list.h b/Packages/Interval_skip_list/include/CGAL/Interval_skip_list.h index 4b874b52c4e..bda85271e41 100644 --- a/Packages/Interval_skip_list/include/CGAL/Interval_skip_list.h +++ b/Packages/Interval_skip_list/include/CGAL/Interval_skip_list.h @@ -29,11 +29,12 @@ #include #include #include -//#define CCC +#define CCC //#define ISL_LIST +#if defined(CCC) || ! defined(ISL_LIST) #include - +#endif namespace CGAL {