mirror of https://github.com/CGAL/cgal
Workaround erros with recent gcc (#9105)
Should fix [those errors](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-6.2-Ic-23/Stream_lines_2/TestReport_lrineau_Ubuntu-latest-GCC6-CXX1z.gz)
This commit is contained in:
commit
c60cc5049d
|
|
@ -93,7 +93,7 @@ public:
|
|||
|
||||
template <class StreamLinesTraits_2>
|
||||
inline
|
||||
typename Regular_grid_2<StreamLinesTraits_2>::Geom_traits::Iso_rectangle_2
|
||||
typename StreamLinesTraits_2::Iso_rectangle_2
|
||||
Regular_grid_2<StreamLinesTraits_2>::bbox() const
|
||||
{
|
||||
return typename Geom_traits::Iso_rectangle_2(0.0, 0.0,
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ protected:
|
|||
|
||||
template <class StreamLinesTraits_2>
|
||||
inline
|
||||
typename Triangular_field_2<StreamLinesTraits_2>::Geom_traits::Iso_rectangle_2
|
||||
typename StreamLinesTraits_2::Iso_rectangle_2
|
||||
Triangular_field_2<StreamLinesTraits_2>::bbox() const
|
||||
{
|
||||
return typename Geom_traits::Iso_rectangle_2(minx, miny, maxx,
|
||||
|
|
|
|||
Loading…
Reference in New Issue