]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.cppy
Remove 'discardable' option from ctors of container and derived classes.
[ginac.git] / ginac / function.cppy
index 0a521e11a19e333d3ca0b3769248815018de1a05..fb1d879192a4b0e1a42712f4776d5a730b1b0ca4 100644 (file)
@@ -242,8 +242,8 @@ function::function(unsigned ser, const exprseq & es) : exprseq(es), serial(ser)
        clearflag(status_flags::evaluated);
 }
 
-function::function(unsigned ser, const exvector & v, bool discardable) 
-  : exprseq(v,discardable), serial(ser)
+function::function(unsigned ser, const exvector & v)
+  : exprseq(v), serial(ser)
 {
 }