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