mirror of https://github.com/CGAL/cgal
Merge remote-tracking branch 'cgal/5.6.x-branch'
This commit is contained in:
commit
be9c8c8ff2
|
|
@ -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; }
|
||||||
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
|
} // namespace internal
|
||||||
|
/// \endcond
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -161,6 +161,8 @@ bool read_point_set(const std::string& fname,
|
||||||
\param ps the point set
|
\param ps the point set
|
||||||
|
|
||||||
\return `os`
|
\return `os`
|
||||||
|
|
||||||
|
\relates Point_set_3
|
||||||
*/
|
*/
|
||||||
template <typename Point, typename Vector>
|
template <typename Point, typename Vector>
|
||||||
std::ostream& operator<<(std::ostream& os,
|
std::ostream& operator<<(std::ostream& os,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue