mirror of https://github.com/CGAL/cgal
Fix Issue #3536
This commit is contained in:
parent
5b1e535cb9
commit
b56aaa769c
|
|
@ -363,19 +363,6 @@ operator<<(Geomview_stream& gs, const Bbox_2& b);
|
|||
Geomview_stream&
|
||||
operator<<(Geomview_stream& gs, const Bbox_3& b);
|
||||
|
||||
/*!
|
||||
Inserts the bounding box `b` into the stream `gs`.
|
||||
\relates Geomview_stream
|
||||
*/
|
||||
Geomview_stream&
|
||||
operator<<(Geomview_stream& gs, const Bbox_3& b);
|
||||
|
||||
/*!
|
||||
Inserts the bounding box `b` into the stream `gs`.
|
||||
\relates Geomview_stream
|
||||
*/
|
||||
Geomview_stream&
|
||||
operator<<(Geomview_stream& gs, const Bbox_3& b);
|
||||
|
||||
/// @}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue