Skip to content

Commit

Permalink
Merge remote-tracking branch 'cgal/5.6.x-branch'
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Dec 14, 2023
2 parents a2ea174 + 32da839 commit be9c8c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Point_set_3/include/CGAL/Point_set_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*!
Expand Down
2 changes: 2 additions & 0 deletions Point_set_3/include/CGAL/Point_set_3/IO.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit be9c8c8

Please sign in to comment.