mirror of https://github.com/CGAL/cgal
Use [[no_unique_address]] for info in vertex/cell
The default No_vertex_data is empty.
This commit is contained in:
parent
3e50ea6081
commit
2d18b6e7ad
|
|
@ -42,7 +42,7 @@ public:
|
||||||
typedef typename TriangulationTraits::Point_d Point_d;
|
typedef typename TriangulationTraits::Point_d Point_d;
|
||||||
|
|
||||||
private: // DATA MEMBERS
|
private: // DATA MEMBERS
|
||||||
Data data_;
|
CGAL_NO_UNIQUE_ADDRESS Data data_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ public:
|
||||||
|
|
||||||
private: // DATA MEMBERS
|
private: // DATA MEMBERS
|
||||||
Point point_;
|
Point point_;
|
||||||
Data data_;
|
CGAL_NO_UNIQUE_ADDRESS Data data_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
template< typename T >
|
template< typename T >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue