Use CC allocation for multiset in surface sweep

This commit is contained in:
Simon Giraudot 2020-08-04 09:14:14 +02:00
parent 9d21b57013
commit 8710690817
1 changed files with 2 additions and 1 deletions

View File

@ -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