mirror of https://github.com/CGAL/cgal
Pacify Windows msvc (definition of casting operator).
This commit is contained in:
parent
58fb204e97
commit
23a02ff441
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue