]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / numeric.h
index 247951aa750c284dce9aaf11d7cad55c43d5ee11..1eda94d44b5affd180942ad2d23498f20c4190c0 100644 (file)
@@ -73,22 +73,8 @@ class numeric : public basic
 {
        GINAC_DECLARE_REGISTERED_CLASS(numeric, basic)
 
-// friends
-// (none)
-
 // member functions
 
-       // default constructor, destructor, copy constructor assignment
-       // operator and helpers
-public:
-       numeric();
-       ~numeric();
-       numeric(const numeric & other);
-       const numeric & operator=(const numeric & other);
-protected:
-       void copy(const numeric & other);
-       void destroy(bool call_parent);
-
        // other constructors
 public:
        explicit numeric(int i);