]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.hppy
Remove dependence on depreacted std::auto_ptr<T>.
[ginac.git] / ginac / function.hppy
index 971786d23a57efde2701899fb0de2523e21feabf..b84364da1bdf0245662c68bf07f28d777c362d0b 100644 (file)
@@ -223,7 +223,7 @@ public:
        // end of generated lines
        function(unsigned ser, const exprseq & es);
        function(unsigned ser, const exvector & v, bool discardable = false);
-       function(unsigned ser, std::auto_ptr<exvector> vp);
+       function(unsigned ser, exvector && v);
        
        // functions overriding virtual functions from base classes
 public:
@@ -236,7 +236,7 @@ public:
        unsigned calchash() const;
        ex series(const relational & r, int order, unsigned options = 0) const;
        ex thiscontainer(const exvector & v) const;
-       ex thiscontainer(std::auto_ptr<exvector> vp) const;
+       ex thiscontainer(exvector && v) const;
        ex conjugate() const;
        ex real_part() const;
        ex imag_part() const;