Pacify Windows msvc (definition of casting operator).

This commit is contained in:
Efi Fogel 2020-08-25 11:48:20 +03:00
parent 58fb204e97
commit 23a02ff441
1 changed files with 1 additions and 1 deletions

View File

@ -1482,7 +1482,7 @@ Arr_segment_2<Kernel>::Arr_segment_2(const Line_2& line,
//! \brief casts to a segment.
template <typename Kernel>
Arr_segment_2<Kernel>::operator Segment_2() const
Arr_segment_2<Kernel>::operator typename Kernel::Segment_2() const
{
Kernel kernel;
auto seg_ctr = kernel.construct_segment_2_object();