On Andrei's Keynote / checkedint

qznc via Digitalmars-d digitalmars-d at puremagic.com
Sat May 6 03:58:13 PDT 2017


On Saturday, 6 May 2017 at 10:45:56 UTC, qznc wrote:
> I just watched Andrei's Keynote slightly delayed so I could not 
> ask live via chat. One question and one remark:
>
> 1. ...
>
> 2. ...

3. Checkedint has the same problem as std::string in C++, which 
Scott Meyers highlighted in his keynote the day before: Literals 
are not wrapped, so `checked_x + 42 + 42` may behave differently 
to `42 + 42 + checked_x`.


More information about the Digitalmars-d mailing list