mirror of https://github.com/CGAL/cgal
Fixed definition of template template parameter
This commit is contained in:
parent
a9e0eeec8f
commit
65c797ab44
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
namespace CGAL {
|
||||
|
||||
template <typename Arrangement_, typename BfsVisitor, template <typename, typename> class SweepVisitor>
|
||||
template <typename Arrangement_, typename BfsVisitor, template <typename, typename, typename> class SweepVisitor>
|
||||
class Gps_agg_op {
|
||||
using Arrangement_2 = Arrangement_;
|
||||
using Bfs_visitor = BfsVisitor;
|
||||
|
|
|
|||
Loading…
Reference in New Issue