]> www.ginac.de Git - ginac.git/blobdiff - ginac/coloridx.cpp
* ginac/registrar.h: dtor is inlined now.
[ginac.git] / ginac / coloridx.cpp
index d034ba48a7fdb9965afb10e760cec206b39e34d4..cb8b629ee86295b709c469ecf97b69701341198b 100644 (file)
@@ -27,9 +27,7 @@
 #include "utils.h"
 #include "debugmsg.h"
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 GINAC_IMPLEMENT_REGISTERED_CLASS(coloridx, idx)
 
@@ -212,6 +210,4 @@ int coloridx::compare_same_type(const basic & other) const
        return inherited::compare_same_type(other);
 }
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC