changeset 1703:f7291ea33e66

[project @ 1996-01-07 04:39:36 by jwe]
author jwe
date Sun, 07 Jan 1996 04:40:21 +0000
parents eec2def45457
children bcb2a18534a8
files liboctave/Array.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Array.h	Sun Jan 07 04:11:46 1996 +0000
+++ b/liboctave/Array.h	Sun Jan 07 04:40:21 1996 +0000
@@ -438,8 +438,6 @@
   T get (int i) { return Array<T>::elem (i); }
   void set (const T& val, int i) { Array<T>::elem (i) = val; }
 
-#if 0
-#if ! (defined (_AIX) && defined (__GNUG__) && __GNUC__ > 1 && __GNUC_MINOR__ < 6)
   class Proxy
   {
   public:
@@ -487,8 +485,6 @@
   };
 
 friend class Proxy;
-#endif
-#endif
 
 protected: