X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fadd.h;h=f4862c58cfeb6c3375e0795a52c816a93dd1df4e;hp=d636d0ad1026f272c8721443a9d2e9cad7cc9627;hb=4da642095b69f250e2e13eb4d65c0c9cc6a7d551;hpb=f5e84af31b20c7f732bee375bacc152e7fb01e56 diff --git a/ginac/add.h b/ginac/add.h index d636d0ad..f4862c58 100644 --- a/ginac/add.h +++ b/ginac/add.h @@ -41,7 +41,7 @@ public: add(const exvector & v); add(const epvector & v); add(const epvector & v, const ex & oc); - add(epvector * vp, const ex & oc); + add(std::auto_ptr vp, const ex & oc); // functions overriding virtual functions from base classes public: @@ -64,7 +64,7 @@ protected: unsigned return_type() const; unsigned return_type_tinfo() const; ex thisexpairseq(const epvector & v, const ex & oc) const; - ex thisexpairseq(epvector * vp, const ex & oc) const; + ex thisexpairseq(std::auto_ptr vp, const ex & oc) const; expair split_ex_to_pair(const ex & e) const; expair combine_ex_with_coeff_to_pair(const ex & e, const ex & c) const;