Remove leftover macro CGAL_CONSTRUCTION_OPERATOR

This commit is contained in:
Marc Glisse 2019-02-08 21:39:47 +01:00
parent e2ce6d9daa
commit 28c2763f1a
1 changed files with 0 additions and 2 deletions

View File

@ -99,8 +99,6 @@ struct Lazy_construction2 {
{
return new Lazy_rep_0<AT,ET,E2A>();
}
#undef CGAL_CONSTRUCTION_OPERATOR
};
template <class EK_, class AK_, class E2A_, class Kernel_>