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