Breaking changes in Visual C++ 2015

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Thu May 7 11:42:52 PDT 2015


On 2015-05-06 20:26, Brad Anderson wrote:
> https://msdn.microsoft.com/en-us/library/vstudio/bb531344(v=vs.140).aspx
>
> I'm sharing this specifically so we can have an unproductive flamewar
> about whether breaking changes in D are sometimes worth it or if they
> are holding D back from mass adoption :).

I would say that the difference with the MS C++ compiler compared to D 
is that there's already an existing C++ standard that MS is expected to 
follow. Most of the breaking changes seem to be related to make MS's 
implementation of C++ more compatible with the C++ standard.

Compared to D where not real standard exists. There's a least three 
separate things trying to define what D is. The D spec on dlang.org, the 
compiler (DMD) and TDPL. In most cases when there's a disagreement the 
compiler wins.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list