]> www.ginac.de Git - ginac.git/blobdiff - ginac/remember.h
* ginac/registrar.h: dtor is inlined now.
[ginac.git] / ginac / remember.h
index a068f5a91a6c2a10a61584ce92addf77200ba4c5..f9f125406eb31c78a7ead9815b1b9174dd21436b 100644 (file)
@@ -27,9 +27,7 @@
 #include <vector>
 #include <list>
 
-#ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {
-#endif // ndef NO_NAMESPACE_GINAC
 
 class function;
 class ex;
@@ -97,8 +95,6 @@ protected:
        unsigned remember_strategy;
 };      
 
-#ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
-#endif // ndef NO_NAMESPACE_GINAC
 
 #endif // ndef __GINAC_REMEMBER_H__