X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=inline;f=ginac%2Flst.cpp;h=00e384d37ae8c11170a149eb16fb9b38c29a97d2;hb=aed514f534cc6b4438822c1fcf80c203a828a94c;hp=a2b261375065097b798c9fe008ff20894abae3e2;hpb=286b0d93528e35957a50c51343e0b4a9bc623bce;p=ginac.git diff --git a/ginac/lst.cpp b/ginac/lst.cpp index a2b26137..00e384d3 100644 --- a/ginac/lst.cpp +++ b/ginac/lst.cpp @@ -3,7 +3,7 @@ * Implementation of GiNaC's lst. */ /* - * GiNaC Copyright (C) 1999-2011 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2022 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 @@ -38,6 +38,7 @@ template <> bool lst::info(unsigned inf) const return inherited::info(inf); } +template bool container::info(unsigned) const; GINAC_BIND_UNARCHIVER(lst); } // namespace GiNaC