]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.hppy
Remove 'discardable' option from ctors of container and derived classes.
[ginac.git] / ginac / function.hppy
index a5605115164e97cd8e8982c1abb0790abb1dfea6..b7d7b0d1c1715b91871d4ec7ceaba78e8af86bd9 100644 (file)
@@ -222,7 +222,7 @@ public:
 ---
        // end of generated lines
        function(unsigned ser, const exprseq & es);
-       function(unsigned ser, const exvector & v, bool discardable = false);
+       function(unsigned ser, const exvector & v);
        function(unsigned ser, exvector && v);
        
        // functions overriding virtual functions from base classes