mirror of https://github.com/CGAL/cgal
Backward compatibility
This commit is contained in:
parent
45f437c47c
commit
d9b433f86b
|
|
@ -113,6 +113,8 @@ namespace CGAL {
|
|||
template<int i>
|
||||
using Attribute_const_handle=Attribute_const_descriptor<i>;
|
||||
|
||||
static Null_descriptor_type null_handle;
|
||||
|
||||
/// Number of marks
|
||||
static const size_type NB_MARKS = 32;
|
||||
|
||||
|
|
|
|||
|
|
@ -113,6 +113,8 @@ namespace CGAL {
|
|||
template<int i>
|
||||
using Attribute_const_handle=Attribute_const_descriptor<i>;
|
||||
|
||||
static Null_descriptor_type null_handle;
|
||||
|
||||
/// Number of marks
|
||||
static const size_type NB_MARKS = 32;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue