From a8dbdc3b06c45edfe0bddd8fa992539e96e516e7 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 16 Nov 2021 16:44:43 +0100 Subject: [PATCH] Remove explicit instanciations: CGAL is header-only! --- CGAL_Core/include/CGAL/CORE/Expr_impl.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/CGAL_Core/include/CGAL/CORE/Expr_impl.h b/CGAL_Core/include/CGAL/CORE/Expr_impl.h index 72dc46015bf..5e3806024fa 100644 --- a/CGAL_Core/include/CGAL/CORE/Expr_impl.h +++ b/CGAL_Core/include/CGAL/CORE/Expr_impl.h @@ -1225,21 +1225,6 @@ CORE_MEMORY_IMPL(SqrtRep) CORE_MEMORY_IMPL(MultRep) CORE_MEMORY_IMPL(DivRep) - - - template class AddSubRep; - template class AddSubRep; - -template class Realbase_for; -template class Realbase_for; -template class Realbase_for; -template class Realbase_for; -template class Realbase_for; - - template class ConstPolyRep; - template class ConstPolyRep; - template class ConstPolyRep; - template class ConstPolyRep; } //namespace CORE #include