diff src/ov-complex.h @ 5260:deed800e7bef

[project @ 2005-03-30 23:18:58 by jwe]
author jwe
date Wed, 30 Mar 2005 23:18:58 +0000
parents ea96466f98ea
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/ov-complex.h
+++ b/src/ov-complex.h
@@ -1,3 +1,4 @@
+#define OCTAVE_STD std
 /*
 
 Copyright (C) 1996, 1997 John W. Eaton
@@ -78,8 +79,8 @@
   octave_value any (int = 0) const
     {
       return (scalar != Complex (0, 0)
-	      && ! (lo_ieee_isnan (::real (scalar))
-		    || lo_ieee_isnan (::imag (scalar))));
+	      && ! (lo_ieee_isnan (OCTAVE_STD::real (scalar))
+		    || lo_ieee_isnan (OCTAVE_STD::imag (scalar))));
     }
 
   bool is_complex_scalar (void) const { return true; }