]> www.ginac.de Git - ginac.git/blobdiff - ginac/exprseq.h
Synced to HEAD
[ginac.git] / ginac / exprseq.h
index 31b2e77770121686b44ff5f5c2e1015523a3294b..f28b1f763caa0c4024886726f146acbe373d426d 100644 (file)
@@ -3,7 +3,7 @@
  *  Definition of GiNaC's exprseq. */
 
 /*
- *  GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2004 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
@@ -32,7 +32,7 @@ namespace GiNaC {
 typedef container<std::vector> exprseq;
 
 /** Specialization of container::get_tinfo() for exprseq. */
-inline unsigned exprseq::get_tinfo() { return TINFO_exprseq; }
+template<> inline unsigned exprseq::get_tinfo() { return TINFO_exprseq; }
 
 // defined in exprseq.cpp
 template<> bool exprseq::info(unsigned inf) const;