diff libinterp/corefcn/Cell.h @ 21574:ae4d7dfea337

maint: merge stable to default.
author John W. Eaton <jwe@octave.org>
date Fri, 01 Apr 2016 12:57:49 -0400
parents 1473547f50f5 f3f8e1d3e399
children bac0d6f07a3e
line wrap: on
line diff
--- a/libinterp/corefcn/Cell.h	Thu Mar 31 14:12:13 2016 -0700
+++ b/libinterp/corefcn/Cell.h	Fri Apr 01 12:57:49 2016 -0400
@@ -111,11 +111,7 @@
   bool any_element_is_nan (void) const { return false; }
   bool is_true (void) const { return false; }
 
-  octave_value resize_fill_value (void) const
-  {
-    static Matrix rfv;
-    return rfv;
-  }
+  octave_value resize_fill_value (void) const;
 
   Cell diag (octave_idx_type k = 0) const;