Use [[no_unique_address]] for info in vertex/cell

The default No_vertex_data is empty.
This commit is contained in:
Marc Glisse 2020-08-26 11:30:59 +02:00
parent 3e50ea6081
commit 2d18b6e7ad
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ public:
typedef typename TriangulationTraits::Point_d Point_d;
private: // DATA MEMBERS
Data data_;
CGAL_NO_UNIQUE_ADDRESS Data data_;
public:

View File

@ -45,7 +45,7 @@ public:
private: // DATA MEMBERS
Point point_;
Data data_;
CGAL_NO_UNIQUE_ADDRESS Data data_;
public:
template< typename T >