X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Flst.cpp;h=f457f4a406fff3c2219e3a93e798f14e074a1efe;hb=56f1beacac549ea8a66d46bffc6e0b3d8047d5c5;hp=566d16b172f9cc9081b84db060aee1113b2aaf88;hpb=68fdf425abf14d016d5f95ee7b9d06a19a3c5926;p=ginac.git diff --git a/ginac/lst.cpp b/ginac/lst.cpp index 566d16b1..f457f4a4 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-2004 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 @@ -24,7 +24,9 @@ namespace GiNaC { -GINAC_IMPLEMENT_REGISTERED_CLASS(lst, basic) +template <> GINAC_IMPLEMENT_REGISTERED_CLASS_OPT(lst, basic, + print_func(&lst::do_print). + print_func(&lst::do_print_tree)) /** Specialization of container::info() for lst. */ bool lst::info(unsigned inf) const