Modified inheritance for geom_traits, cw, ccw, tds, and neighbor_translation

This commit is contained in:
Iordan Iordanov 2018-12-30 10:43:58 +01:00
parent 9631dbb835
commit d7a70c7264
1 changed files with 3 additions and 3 deletions

View File

@ -108,9 +108,6 @@ public:
// Tag to distinguish periodic triangulations from others // Tag to distinguish periodic triangulations from others
typedef Tag_true Periodic_tag; typedef Tag_true Periodic_tag;
private:
typedef typename GT::FT FT;
#ifndef CGAL_CFG_USING_BASE_MEMBER_BUG_2 #ifndef CGAL_CFG_USING_BASE_MEMBER_BUG_2
using Base::cw; using Base::cw;
using Base::ccw; using Base::ccw;
@ -119,6 +116,9 @@ private:
using Base::neighbor_translation; using Base::neighbor_translation;
#endif #endif
private:
typedef typename GT::FT FT;
class Dummy_point class Dummy_point
{ {
Point _pt; Point _pt;