]> www.ginac.de Git - ginac.git/blobdiff - ginac/mul.h
- Fixed a memory corruption in matrix::determinant_minor().
[ginac.git] / ginac / mul.h
index 8358b57df6ab55cd6c074e026b05ea3458f47891..93ac7b0d51567f97f392cfda8770a2d2647ce2c9 100644 (file)
@@ -115,7 +115,7 @@ protected:
 // global constants
 
 extern const mul some_mul;
-extern const type_info & typeid_mul;
+extern const std::type_info & typeid_mul;
 
 // utility functions
 inline const mul &ex_to_mul(const ex &e)