]> www.ginac.de Git - ginac.git/blobdiff - ginac/basic.h
- cleanup, removed some obsolte comments and warnings.
[ginac.git] / ginac / basic.h
index 1a7ffcf02944cbd9738374f31a6c151bab7371b7..3a604b5df53da09a4650af5e4bfcdd8087659dd2 100644 (file)
@@ -91,8 +91,8 @@ public:
 #else
 ;
 #endif // def INLINE_BASIC_CONSTRUCTORS
-
-       virtual const basic & operator=(const basic & other);
+       
+       const basic & operator=(const basic & other);
        
 protected:
        void copy(const basic & other)
@@ -185,7 +185,7 @@ private:
 // global constants
 
 extern const basic some_basic;
-extern const type_info & typeid_basic;
+extern const std::type_info & typeid_basic;
 
 // global variables