mirror of https://github.com/CGAL/cgal
fix a compilation error with C++<20
This commit is contained in:
parent
11402dfeb9
commit
4d95e4c987
|
|
@ -1200,7 +1200,7 @@ struct Output_rep<CGAL::internal::CC_iterator<DSC, Const>, With_point_tag>
|
||||||
{
|
{
|
||||||
using CC_iterator = CGAL::internal::CC_iterator<DSC, Const>;
|
using CC_iterator = CGAL::internal::CC_iterator<DSC, Const>;
|
||||||
using Base = Output_rep<CC_iterator, With_offset_tag>;
|
using Base = Output_rep<CC_iterator, With_offset_tag>;
|
||||||
using Time_stamper = Base::Time_stamper;
|
using Time_stamper = typename Base::Time_stamper;
|
||||||
|
|
||||||
using Base::Base;
|
using Base::Base;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue