At Tue, 13 May 2014 21:02:54 +0200,
Justus Winter wrote:
> +  assert (r != UINT_MAX);

How about 'assert(r != UINT_MAX || !"refcount underflowed!")'.  Since
assert (r != UINT_MAX) requires understanding the use of an unsigned
int.

Reply via email to