]> www.ginac.de Git - ginac.git/blobdiff - ginac/idx.cpp
* ginac/registrar.h: dtor is inlined now.
[ginac.git] / ginac / idx.cpp
index 480da0f24cde7b5c3e0d17892aa8d5c70727ed09..3c378840bca30930bafb3dbaad7787e1719ed3b2 100644 (file)
@@ -30,9 +30,7 @@
 #include "utils.h"
 #include "debugmsg.h"
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 GINAC_IMPLEMENT_REGISTERED_CLASS(idx, basic)
 
@@ -527,6 +525,4 @@ ex subs_indices(const ex & e, const exvector & idxv_subs, const exvector & idxv_
        return res;
 }
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC