X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexprseq.cpp;h=2024f3d1946ef59b5eab785b5d52dd92a3c4862f;hp=105356ec649f693d83b4166d3d4c3c4f4ba79f67;hb=d1685a40ef5de308936ed0faf8c10c66960a60cc;hpb=6d225ee55693c0617d254e6fa283c00c71bd2919 diff --git a/ginac/exprseq.cpp b/ginac/exprseq.cpp index 105356ec..2024f3d1 100644 --- a/ginac/exprseq.cpp +++ b/ginac/exprseq.cpp @@ -3,7 +3,7 @@ * Implementation of GiNaC's exprseq. */ /* - * GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2005 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 @@ -29,7 +29,7 @@ template <> GINAC_IMPLEMENT_REGISTERED_CLASS_OPT(exprseq, basic, 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;