]> www.ginac.de Git - ginac.git/blobdiff - ginac/container.pl
- Inserted some more std:: to make it compile under GCC2.96.
[ginac.git] / ginac / container.pl
index f642e4114c33f13b217dd2340a0cf4193f4f9c28..114da65289729c58ecbb314bec68d8246268d79d 100755 (executable)
@@ -255,7 +255,7 @@ protected:
 // global constants
 
 extern const ${CONTAINER} some_${CONTAINER};
-extern const type_info & typeid_${CONTAINER};
+extern const std::type_info & typeid_${CONTAINER};
 
 // utility functions
 inline const ${CONTAINER} &ex_to_${CONTAINER}(const ex &e)
@@ -793,7 +793,7 @@ unsigned ${CONTAINER}::precedence=10;
 //////////
 
 const ${CONTAINER} some_${CONTAINER};
-const type_info & typeid_${CONTAINER}=typeid(some_${CONTAINER});
+const std::type_info & typeid_${CONTAINER} = typeid(some_${CONTAINER});
 
 #ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC