X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexprseq.h;h=a62f2d5c1e332a64e24ad4c7768c1f75e7c78366;hp=8b2307b30d6bf322c5efefee74a033315698fe5a;hb=679208b372d0d1ba9a50cf277530bf0950cb3a90;hpb=619d77d2676f7f1a562fb9fefc0ba6754fe2d750 diff --git a/ginac/exprseq.h b/ginac/exprseq.h index 8b2307b3..a62f2d5c 100644 --- a/ginac/exprseq.h +++ b/ginac/exprseq.h @@ -3,7 +3,7 @@ * Definition of GiNaC's exprseq. */ /* - * GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2015 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 @@ -20,23 +20,20 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_EXPRSEQ_H__ -#define __GINAC_EXPRSEQ_H__ - -#include +#ifndef GINAC_EXPRSEQ_H +#define GINAC_EXPRSEQ_H #include "container.h" +#include + namespace GiNaC { typedef container exprseq; -/** Specialization of container::get_tinfo() for exprseq. */ -template<> inline tinfo_t exprseq::get_tinfo() { return &exprseq::tinfo_static; } - // defined in exprseq.cpp template<> bool exprseq::info(unsigned inf) const; } // namespace GiNaC -#endif // ndef __GINAC_EXPRSEQ_H__ +#endif // ndef GINAC_EXPRSEQ_H