X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Flst.cpp;h=c480e39b3a78fcaea09ec8f3c058f11f03c36882;hb=7680fb04783eb54c66f7ec40184b383d3605e6bb;hp=954182bb7d059efdf8f6b17744deb6b0071e6ca3;hpb=f5e84af31b20c7f732bee375bacc152e7fb01e56;p=ginac.git diff --git a/ginac/lst.cpp b/ginac/lst.cpp index 954182bb..c480e39b 100644 --- a/ginac/lst.cpp +++ b/ginac/lst.cpp @@ -3,7 +3,7 @@ * Implementation of GiNaC's lst. */ /* - * GiNaC Copyright (C) 1999-2003 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 @@ -17,7 +17,7 @@ * * 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 "lst.h" @@ -29,7 +29,7 @@ template <> GINAC_IMPLEMENT_REGISTERED_CLASS_OPT(lst, basic, print_func(&lst::do_print_tree)) /** Specialization of container::info() for lst. */ -bool lst::info(unsigned inf) const +template <> bool lst::info(unsigned inf) const { if (inf == info_flags::list) return true;