X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexprseq_suppl.cpp;h=5e96830dbf94b6879968e58fcdb26ef3617c08f2;hp=f4355d79a03baa820ed4ef6a8e2bf33ccbe3fcdd;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=487e5659efe401683eee0381b0d23f967ffffc3c diff --git a/ginac/exprseq_suppl.cpp b/ginac/exprseq_suppl.cpp index f4355d79..5e96830d 100644 --- a/ginac/exprseq_suppl.cpp +++ b/ginac/exprseq_suppl.cpp @@ -24,6 +24,8 @@ #include "exprseq.h" #include "ex.h" +namespace GiNaC { + bool exprseq::info(unsigned inf) const { if (inf==info_flags::exprseq) return 1; @@ -38,3 +40,4 @@ ex & exprseq::let_op(int const i) return seq[i]; } +} // namespace GiNaC