]> www.ginac.de Git - ginac.git/blobdiff - ginac/expair.h
#ifndef around namespace GiNaC { }
[ginac.git] / ginac / expair.h
index 320de73eb78186786177728ed379d472be177aae..b130465b67ee245a5e145e6346f19ee49901d36b 100644 (file)
@@ -26,7 +26,9 @@
 #include <ginac/ex.h>
 #include <ginac/numeric.h>
 
+#ifndef NO_GINAC_NAMESPACE
 namespace GiNaC {
+#endif // ndef NO_GINAC_NAMESPACE
 
 /** A pair of expressions.
  *  This similar to, but slightly extended STL's pair<> but we need to account
@@ -197,6 +199,8 @@ public:
     }
 };
 
+#ifndef NO_GINAC_NAMESPACE
 } // namespace GiNaC
+#endif // ndef NO_GINAC_NAMESPACE
 
 #endif // ndef __GINAC_EXPAIR_H__