mirror of https://github.com/CGAL/cgal
cleanup
This commit is contained in:
parent
59e7d89f6b
commit
060a02812c
|
|
@ -19,9 +19,7 @@
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
//template <class Base_> struct Kernel_d_interface : public Base_ {
|
|
||||||
// constexpr Kernel_d_interface(){}
|
|
||||||
// constexpr Kernel_d_interface(int d):Base_(d){}
|
|
||||||
template <class> struct Kernel_d_interface;
|
template <class> struct Kernel_d_interface;
|
||||||
|
|
||||||
namespace internal::NewKernel_d {
|
namespace internal::NewKernel_d {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue