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