mirror of https://github.com/CGAL/cgal
Use only the Compact_container for storage
This commit is contained in:
parent
6352de3b80
commit
e2f643e191
|
|
@ -29,11 +29,12 @@
|
|||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <CGAL/Random.h>
|
||||
//#define CCC
|
||||
#define CCC
|
||||
//#define ISL_LIST
|
||||
|
||||
#if defined(CCC) || ! defined(ISL_LIST)
|
||||
#include <CGAL/Compact_container.h>
|
||||
|
||||
#endif
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue