X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Flst.cpp;h=00e384d37ae8c11170a149eb16fb9b38c29a97d2;hb=aed514f534cc6b4438822c1fcf80c203a828a94c;hp=5ea42bc88728600e7ebf9013e1c833c5d329abe0;hpb=38129d5d3880156f6f217f94855553bf4549a960;p=ginac.git diff --git a/ginac/lst.cpp b/ginac/lst.cpp index 5ea42bc8..00e384d3 100644 --- a/ginac/lst.cpp +++ b/ginac/lst.cpp @@ -3,7 +3,7 @@ * Implementation of GiNaC's lst. */ /* - * GiNaC Copyright (C) 1999-2021 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