From: deal Date: Thu, 10 Jun 2004 15:44:05 +0000 (+0000) Subject: Remove outdated comment. Only instantiate certain functions if that doesn't trigger... X-Git-Tag: v8.0.0~15041 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5e122b4e7455cd1bd86d20ad41908e8d0e4c1d;p=dealii.git 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 --- 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);