Do not use inheritance in concepts

This commit is contained in:
Mael Rouxel-Labbé 2020-01-16 12:23:21 +01:00
parent ab9f158cb0
commit 2c2313ea44
4 changed files with 0 additions and 4 deletions

View File

@ -56,7 +56,6 @@ actually uses as a base class for the class
*/
class TriangulationDSFaceBase_2
: public TriangulationDataStructure_2::Face
{
public:

View File

@ -52,7 +52,6 @@ of `CGAL::Triangulation_data_structure_2::Vertex`.
*/
class TriangulationDSVertexBase_2
: public TriangulationDataStructure_2::Vertex
{
public:

View File

@ -41,7 +41,6 @@ More information can be found in Section \ref TDS3secdesign.
*/
class TriangulationDSCellBase_3
: public TriangulationDataStructure_3::Cell
{
public:

View File

@ -36,7 +36,6 @@ More information can be found in Section \ref TDS3secdesign.
*/
class TriangulationDSVertexBase_3
: public TriangulationDataStructure_3::Vertex
{
public: