
9 Apr
2011
9 Apr
'11
10:19 a.m.
On Sat, Apr 9, 2011 at 1:27 AM, Dave Abrahams <dave@boostpro.com> wrote:
On Fri, Apr 8, 2011 at 6:25 PM, Steven Watanabe <watanabesj@gmail.com> wrote:
line 102: You assume that unsigned is at least 20 bits. It's usually 32, but I don't think the standard guarantees as much.
The standard guarantees only the same as it does for int: 16 bits.
Is that really the case? I thought it was changed to 32 bits at some point. -- Olaf