X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fexprseq.h;h=a0381ec9c4758030917ed1755535676aae0ff405;hb=c97593c0903a847e84c7ae4aad182bafb6430ffd;hp=db1549f8556a0459d096e9ed0e4a6b1f0ef8ef99;hpb=c28e61da33905ddc69abf893aaffec98aa30d053;p=ginac.git diff --git a/ginac/exprseq.h b/ginac/exprseq.h index db1549f8..a0381ec9 100644 --- a/ginac/exprseq.h +++ b/ginac/exprseq.h @@ -3,7 +3,7 @@ * Definition of GiNaC's exprseq. */ /* - * GiNaC Copyright (C) 1999-2010 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 @@ -31,6 +31,11 @@ namespace GiNaC { typedef container exprseq; +/** Declaration of container::reg_info for exprseq. */ +#ifndef _MSC_VER // workaround error C2766: explicit specialization; 'reg_info' has already been defined +template<> registered_class_info exprseq::reg_info; +#endif + // defined in exprseq.cpp template<> bool exprseq::info(unsigned inf) const;