mirror of https://github.com/CGAL/cgal
add comments
This commit is contained in:
parent
eb91b04388
commit
f5aae4e8cb
|
|
@ -52,7 +52,7 @@
|
|||
#define DT_RGB 128 /* */
|
||||
#define DT_ALL 255 /* */
|
||||
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
|
||||
struct header_key /* header_key */
|
||||
{ /* off + size*/
|
||||
|
|
|
|||
|
|
@ -149,6 +149,9 @@ namespace CGAL {
|
|||
{
|
||||
public:
|
||||
|
||||
// Workaround for a bug in g++4.4 in ADL for function next:
|
||||
// we provide the types needed for std::iterator_traits<Surface_mesh::halfedge_index>,
|
||||
// although this descriptor is not an iterator.
|
||||
typedef void iterator_category;
|
||||
typedef void value_type;
|
||||
typedef void difference_type;
|
||||
|
|
|
|||
Loading…
Reference in New Issue