]> www.ginac.de Git - ginac.git/blobdiff - ginac/coloridx.h
the destructor, copy constructor, and assignment operator (which were the
[ginac.git] / ginac / coloridx.h
index 4b40a3a7768d806b3039147df6563d0eed1f7a2b..780aac4275e0d3bc246be7883b9af90acae33371 100644 (file)
@@ -45,18 +45,6 @@ class coloridx : public idx
 
        friend class color;
 
-// member functions
-
-       // default constructor, destructor, copy constructor assignment operator and helpers
-public:
-       coloridx();
-       ~coloridx();
-       coloridx (const coloridx & other);
-       const coloridx & operator=(const coloridx & other);
-protected:
-       void copy(const coloridx & other);
-       void destroy(bool call_parent);
-
        // other constructors
 public:
        explicit coloridx(bool cov);