]> www.ginac.de Git - ginac.git/blobdiff - ginac/exprseq_suppl.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / exprseq_suppl.cpp
index f4355d79a03baa820ed4ef6a8e2bf33ccbe3fcdd..5e96830dbf94b6879968e58fcdb26ef3617c08f2 100644 (file)
@@ -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