]> www.ginac.de Git - ginac.git/blobdiff - ginac/expair.h
- put everything in "GiNaC" namespace
[ginac.git] / ginac / expair.h
index a066382a6a42bba6bb2dbb39201ac773d59c0a88..0a9867750ade0ca86a456bbf78de604f47f83ced 100644 (file)
@@ -26,6 +26,8 @@
 #include <ginac/ex.h>
 #include <ginac/numeric.h>
 
 #include <ginac/ex.h>
 #include <ginac/numeric.h>
 
+namespace GiNaC {
+
 /** A pair of expressions.
  *  This similar to, but slightly extended STL's pair<> but we need to account
  *  for methods like .compare() */
 /** A pair of expressions.
  *  This similar to, but slightly extended STL's pair<> but we need to account
  *  for methods like .compare() */
@@ -195,4 +197,6 @@ public:
     }
 };
 
     }
 };
 
+} // namespace GiNaC
+
 #endif // ndef __GINAC_EXPAIR_H__
 #endif // ndef __GINAC_EXPAIR_H__