]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst.cpp
[BUGFIX] Fix crash in parser.
[ginac.git] / ginac / lst.cpp
index e4164c68c1d58a7c64ca431e5de2106e9ad12ed3..73bcc700f3284b6be3389d62c7c3162a03b9c41b 100644 (file)
@@ -3,7 +3,7 @@
  *  Implementation of GiNaC's lst. */
 
 /*
- *  GiNaC Copyright (C) 1999-2019 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2024 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<std::list>::info(unsigned) const;
 GINAC_BIND_UNARCHIVER(lst);
 
 } // namespace GiNaC