]> www.ginac.de Git - ginac.git/blobdiff - ginac/exprseq.h
Fix misleading comment in last commit.
[ginac.git] / ginac / exprseq.h
index 99eeef1e72725d9d15e645fbc120e0c67d9a6cbd..e8db2ed36ff9adbed28356e6721be5ed96378ad6 100644 (file)
@@ -3,7 +3,7 @@
  *  Definition of GiNaC's exprseq. */
 
 /*
- *  GiNaC Copyright (C) 1999-2019 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2021 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
@@ -31,6 +31,9 @@ namespace GiNaC {
 
 typedef container<std::vector> exprseq;
 
+/** Declaration of container::reg_info for exprseq. */
+template<> registered_class_info exprseq::reg_info;
+
 // defined in exprseq.cpp
 template<> bool exprseq::info(unsigned inf) const;