]> www.ginac.de Git - ginac.git/blobdiff - ginac/exprseq.h
synced to 1.2 (template<>)
[ginac.git] / ginac / exprseq.h
index 78ff3360dadcccc31bb42f7bfe0a4bc057e26707..f28b1f763caa0c4024886726f146acbe373d426d 100644 (file)
@@ -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;