# HG changeset patch # User jwe # Date 762653010 0 # Node ID 63237a8f5725ca15ec26fd81650acbcaf105ae13 # Parent d41fe843c89320955f87abb65a27c0093f3bbfc3 [project @ 1994-03-03 00:03:30 by jwe] diff --git a/liboctave/Array.h b/liboctave/Array.h --- a/liboctave/Array.h +++ b/liboctave/Array.h @@ -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;