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