Does D have too many features?

Jacob Carlborg doob at me.com
Mon May 7 00:10:04 PDT 2012


On 2012-05-07 08:03, Jonathan M Davis wrote:

> The only place that I'm aware of where this policy has caused some problems is
> arithmetic and integral promotions. There a few cases where it would be nice
> to change the semantics for that, but for the most part, the C/C++ semantics
> are fine, and I'm sure that Walter considers whatever loss we get there to be
> worth the gain in making it so that C/C++ code ports to D without breaking
> silently.

I had some problems with floats being default initialized to NaN.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list