]> www.ginac.de Git - ginac.git/blobdiff - ginac/indexed.cpp
- Corrected use of macro AM_PATH_GINAC.
[ginac.git] / ginac / indexed.cpp
index 8151b080a4b2f685a96e2769495e393a1773d7a4..ac5eb57665deb21255e5e23a2c1dc7f28bb26d9b 100644 (file)
@@ -332,7 +332,7 @@ bool indexed::all_of_type_idx(void) const
 //////////
 
 const indexed some_indexed;
-const type_info & typeid_indexed=typeid(some_indexed);
+const std::type_info & typeid_indexed = typeid(some_indexed);
 
 #ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC