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
|
||||
{
|
||||
return static_cast<std::tuple<const O...>&> (*this);
|
||||
return static_cast<const std::tuple<const O...>&> (*this);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -1459,7 +1459,7 @@ public:
|
|||
|
||||
template <class T>
|
||||
Self& operator=(const T&) { return *this; }
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue