This commit is contained in:
Andreas Fabri 2025-05-30 10:56:29 +01:00
parent 59e7d89f6b
commit 060a02812c
1 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,7 @@
#include <type_traits>
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;
namespace internal::NewKernel_d {