mirror of https://github.com/CGAL/cgal
Use CC allocation for multiset in surface sweep
This commit is contained in:
parent
9d21b57013
commit
8710690817
|
|
@ -143,7 +143,8 @@ protected:
|
||||||
public:
|
public:
|
||||||
typedef CGAL::Surface_sweep_2::Event_comparer<Traits_adaptor_2, Event>
|
typedef CGAL::Surface_sweep_2::Event_comparer<Traits_adaptor_2, Event>
|
||||||
Event_comparer;
|
Event_comparer;
|
||||||
typedef Multiset<Event*, Event_comparer, Allocator> Event_queue;
|
typedef Multiset<Event*, Event_comparer, Allocator, Tag_true>
|
||||||
|
Event_queue;
|
||||||
typedef typename Event_queue::iterator Event_queue_iterator;
|
typedef typename Event_queue::iterator Event_queue_iterator;
|
||||||
|
|
||||||
typedef typename Event::Subcurve_iterator
|
typedef typename Event::Subcurve_iterator
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue