https://issues.apache.org/bugzilla/show_bug.cgi?id=56878

--- Comment #2 from Chuck Caldarale <[email protected]> ---
(In reply to Konstantin Kolinko from comment #1)
> What header defines size_t ? Is it platform-dependent?
> 
> Passing "-1" as a size might be a valid use case (in theory).

No, size_t is defined to be unsigned by the C and C++ standards.  The range of
values supported is platform-dependent, but they are always zero or positive.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to