changeset 376:63237a8f5725

[project @ 1994-03-03 00:03:30 by jwe]
author jwe
date Thu, 03 Mar 1994 00:03:30 +0000
parents d41fe843c893
children 1d3dbdfd0d19
files liboctave/Array.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Array.h	Sun Feb 20 20:27:04 1994 +0000
+++ b/liboctave/Array.h	Thu Mar 03 00:03:30 1994 +0000
@@ -272,7 +272,7 @@
 // taking the address of a Proxy.  Maybe it should be implemented by
 // means of a companion function in the DiagArray class.
 
-    T *operator& () const;
+    inline T *operator& () const { assert (0); return (T *) 0; }
 
     int i;
     int j;