X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Flst.h;h=8591861c1a252a49690c96e9423af6359bb93301;hp=b6badee926fbf8c6110ef51c43792cf34bfa667a;hb=c3195f0b5a7ac9fdbfdd04e5f4acf6a836063de0;hpb=79f30c335f1ddbd3c76dfee5d76128b992b6b19c diff --git a/ginac/lst.h b/ginac/lst.h index b6badee9..8591861c 100644 --- a/ginac/lst.h +++ b/ginac/lst.h @@ -42,6 +42,7 @@ template<> inline char lst::get_close_delim() { return '}'; } // defined in lst.cpp template<> bool lst::info(unsigned inf) const; +extern template bool container::info(unsigned) const; GINAC_DECLARE_UNARCHIVER(lst); } // namespace GiNaC