X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexprseq.cpp;h=894eee831547e2bca165421dba2165a81d04415e;hp=709e543de46b637aba615f371e0c3a2d1e3a4b6a;hb=5e9875d5f67a68d2cb680454ff4de480bad1b6f1;hpb=695f6ae955ec530cded8f21efd5569df39447f76 diff --git a/ginac/exprseq.cpp b/ginac/exprseq.cpp index 709e543d..894eee83 100644 --- a/ginac/exprseq.cpp +++ b/ginac/exprseq.cpp @@ -3,7 +3,7 @@ * Implementation of GiNaC's exprseq. */ /* - * GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,19 +17,19 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "exprseq.h" namespace GiNaC { -template <> GINAC_IMPLEMENT_REGISTERED_CLASS_OPT(exprseq, basic, +template <> GINAC_IMPLEMENT_REGISTERED_CLASS_OPT_T(exprseq, basic, print_func(&exprseq::do_print). print_func(&exprseq::do_print_tree)) /** Specialization of container::info() for exprseq. */ -bool exprseq::info(unsigned inf) const +template <> bool exprseq::info(unsigned inf) const { if (inf == info_flags::exprseq) return true;