ext/nmatrix/data/ruby_object.h in nmatrix-atlas-0.2.3 vs ext/nmatrix/data/ruby_object.h in nmatrix-atlas-0.2.4

- old
+ new

@@ -108,10 +108,10 @@ inline operator uint16_t() const { RETURN_OBJ2NUM(NUM2UINT) } inline operator int32_t() const { RETURN_OBJ2NUM(NUM2LONG) } inline operator VALUE() const { return rval; } //inline operator uint32_t() const { return NUM2ULONG(this->rval); } inline operator int64_t() const { RETURN_OBJ2NUM(NUM2LONG) } - inline operator uint64_t() const { RETURN_OBJ2NUM(NUM2ULONG) } + //inline operator uint64_t() const { RETURN_OBJ2NUM(NUM2ULONG) } inline operator double() const { RETURN_OBJ2NUM(NUM2DBL) } inline operator float() const { RETURN_OBJ2NUM(NUM2DBL) } inline operator Complex64() const { return this->to<Complex64>(); } inline operator Complex128() const { return this->to<Complex128>(); }