hackt icon indicating copy to clipboard operation
hackt copied to clipboard

CHP int defaults to 32b, even when machine/binary is 64b native

Open fangism opened this issue 8 years ago • 0 comments

Object/traits/class_traits_types.cc:

static const count_ptr<const pint_const>
int_def_width_default(new pint_const(32));

The 32 should probably be un-hardcoded, to support 64b ints by default. Note: this may affect object dump test cases.

fangism avatar Jul 18 '16 20:07 fangism