In src/header/bits-template,
line 22:
#define uint_at_BITS_at__bfmt(s, b) uint_at_BITS_at_0_fmt_base(s, (b), 2)
and line 45:
#define int_at_BITS_at__bfmt(s, b) int_at_BITS_at_0_fmt_base(s, (b), 2)
shouldn't have zeros, since this leads to calling uint640_fmt_generic
with 3 arguments instead of 4, once the macros are expanded, which
causes a compile error when you try and use e.g. uint16_bfmt.
Received on Sun Nov 20 2022 - 20:52:47 CET