fix a compilation error with C++<20

This commit is contained in:
Laurent Rineau 2024-01-22 23:03:53 +01:00
parent 11402dfeb9
commit 4d95e4c987
1 changed files with 1 additions and 1 deletions

View File

@ -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 Base = Output_rep<CC_iterator, With_offset_tag>;
using Time_stamper = Base::Time_stamper;
using Time_stamper = typename Base::Time_stamper;
using Base::Base;