Merge remote-tracking branch 'cgal/5.6.x-branch'

This commit is contained in:
Sébastien Loriot 2023-12-14 15:27:22 +01:00
commit be9c8c8ff2
2 changed files with 3 additions and 1 deletions

View File

@ -75,8 +75,8 @@ namespace internal {
Point_set_3_index operator++ (int) { Point_set_3_index tmp(*this); ++value; return tmp; }
Point_set_3_index operator-- (int) { Point_set_3_index tmp(*this); --value; return tmp; }
};
/// \endcond
} // namespace internal
/// \endcond
/*!

View File

@ -161,6 +161,8 @@ bool read_point_set(const std::string& fname,
\param ps the point set
\return `os`
\relates Point_set_3
*/
template <typename Point, typename Vector>
std::ostream& operator<<(std::ostream& os,