Commit eeb4c043 by Ivan Smirnov

Change field descriptor offset type to size_t

parent 51140159
......@@ -232,7 +232,7 @@ DECL_FMT(std::complex<double>, NPY_CDOUBLE_, "complex128");
struct field_descriptor {
const char *name;
int offset;
size_t offset;
object descr;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment