]> www.ginac.de Git - ginac.git/blobdiff - ginac/add.h
- carried on with felonious plot about making ex::bp private.
[ginac.git] / ginac / add.h
index e04474f23d1cff19e93daf530ac5a95c47fdb150..fe8d20b7c93f165d9d4cfc346c0ebc060e6dadf2 100644 (file)
@@ -44,7 +44,7 @@ public:
        add(const epvector & v, const ex & oc);
        add(epvector * vp, const ex & oc);
        
-       // functions overriding virtual functions from bases classes
+       // functions overriding virtual functions from base classes
 public:
        void print(const print_context & c, unsigned level = 0) const;
        unsigned precedence(void) const {return 40;}
@@ -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)
 {