$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [locale] Review part 1: headers
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-04-09 06:37:42
On 09/04/2011 12:19, Olaf van der Spek wrote:
> On Sat, Apr 9, 2011 at 1:27 AM, Dave Abrahams<dave_at_[hidden]> wrote:
>> On Fri, Apr 8, 2011 at 6:25 PM, Steven Watanabe<watanabesj_at_[hidden]> 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.
No it was never changed to 32 bits, and there was never any plan of
doing so AFAIK.