]> www.ginac.de Git - ginac.git/blobdiff - ginac/mul.h
* Supplement some (now deprecated) macros by inlined template functions:
[ginac.git] / ginac / mul.h
index 39138c2e6ad2bab0fb0a7be374f9efeb0c1833ab..d24d37edd8c273e23a65e81c2fc358b3865db993 100644 (file)
@@ -91,7 +91,7 @@ protected:
 
 // utility functions
 
-/** Return the mul object handled by an ex.
+/** Return the mul object handled by an ex.  Deprecated: use ex_to<mul>().
  *  This is unsafe: you need to check the type first. */
 inline const mul &ex_to_mul(const ex &e)
 {