]> www.ginac.de Git - ginac.git/blobdiff - ginac/pseries.h
Replace GiNaC::ToString() with std::to_string().
[ginac.git] / ginac / pseries.h
index ddbdcfa772ac91c5924ce61c21069dc081bd2ea8..cdac31da1395e4e7a11c32fbcf159adde8830d1b 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to class for extended truncated power series. */
 
 /*
- *  GiNaC Copyright (C) 1999-2010 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2015 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -39,6 +39,7 @@ class pseries : public basic
        // other constructors
 public:
        pseries(const ex &rel_, const epvector &ops_);
+       pseries(const ex &rel_, epvector &&ops_);
 
        // functions overriding virtual functions from base classes
 public: