mirror of https://github.com/CGAL/cgal
Fix after PR #4836
This commit is contained in:
parent
0911586ae3
commit
f24f9b2c03
|
|
@ -135,7 +135,7 @@ public:
|
|||
/*!
|
||||
Id type:
|
||||
- `boost::graph_traits<HalfedgeGraph>::%edge_descriptor` if `OneHalfedgeGraphPerTree` is `Tag_true`
|
||||
- `std::pair<boost::graph_traits<HalfedgeGraph>::edge_descriptor, const HalfedgeGraph*>` if `OneHalfedgeGraphPerTree` is `Tag_false`
|
||||
- `std::pair<boost::graph_traits<HalfedgeGraph>::%edge_descriptor, const HalfedgeGraph*>` if `OneHalfedgeGraphPerTree` is `Tag_false`
|
||||
*/
|
||||
unspecified_type Id;
|
||||
/// @}
|
||||
|
|
@ -211,4 +211,3 @@ public:
|
|||
#include <CGAL/enable_warnings.h>
|
||||
|
||||
#endif // CGAL_AABB_HALFEDGE_GRAPH_SEGMENT_PRIMITIVE_H
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue