From ce4265dd96764fa31efc76889ce6c2821585bccb Mon Sep 17 00:00:00 2001 From: deal Date: Thu, 10 Jun 2004 15:44:05 +0000 Subject: [PATCH] Remove outdated comment. Only instantiate certain functions if that doesn't trigger a compiler bug (presently found in gcc3.0.4 on sparc). git-svn-id: https://svn.dealii.org/trunk@9418 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/vector.long_double.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/deal.II/lac/source/vector.long_double.cc b/deal.II/lac/source/vector.long_double.cc index 46449c65ba..91575a54b4 100644 --- a/deal.II/lac/source/vector.long_double.cc +++ b/deal.II/lac/source/vector.long_double.cc @@ -17,7 +17,7 @@ // explicit instantiations template class Vector; -#ifndef DEAL_II_EXPLICIT_CONSTRUCTOR_BUG +#if !defined(DEAL_II_EXPLICIT_CONSTRUCTOR_BUG) && !defined(DEAL_II_LONG_DOUBLE_LOOP_BUG) template Vector::Vector (const Vector &); template Vector::Vector (const Vector &); @@ -46,7 +46,3 @@ template Vector& Vector::DEAL_II_MEMBER_OP_TEMPLATE_INST operator= template float Vector::DEAL_II_MEMBER_OP_TEMPLATE_INST operator * (const Vector &) const; template void Vector::reinit(const Vector&, const bool); template void Vector::equ(const float, const Vector&); - -// see the .h file for why these functions are disabled. -// template Vector::Vector (const Vector& v); -// template Vector::Vector (const Vector& v); -- 2.39.5