mirror of https://github.com/CGAL/cgal
Clean-up
This commit is contained in:
parent
4c3bfb1eed
commit
a7361a3444
|
|
@ -1416,7 +1416,7 @@ public:
|
||||||
|
|
||||||
const std::tuple<O...>& to_tuple() const
|
const std::tuple<O...>& to_tuple() const
|
||||||
{
|
{
|
||||||
return static_cast<std::tuple<const O...>&> (*this);
|
return static_cast<const std::tuple<const O...>&> (*this);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue