]> www.ginac.de Git - ginac.git/blobdiff - ginac/indexed.cpp
* ginac/registrar.h: dtor is inlined now.
[ginac.git] / ginac / indexed.cpp
index be4a7cb7a43c4fe1d5e412adb68770eec3785aa3..9456f38cf829ba0eec4b2b6ecce89ce754333818 100644 (file)
@@ -27,9 +27,7 @@
 #include "idx.h"
 #include "debugmsg.h"
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 GINAC_IMPLEMENT_REGISTERED_CLASS(indexed, exprseq)
 
@@ -310,6 +308,4 @@ bool indexed::all_of_type_idx(void) const
        return true;
 }
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC