Breaking backwards compatiblity

Timon Gehr timon.gehr at gmx.ch
Sat Mar 10 09:11:00 PST 2012


On 03/10/2012 05:35 AM, Walter Bright wrote:
> On 3/9/2012 3:14 PM, bearophile wrote:
>> D will naturally progressively slow down the rhythm of its new breaking
>> changes, but even very old languages introduce some breaking changes (see
>> some of the changes in C++11),
>
> What breaking changes are there in C++11, other than dumping export?

I am only aware of those, but I don't use C++ a lot. So there might be more:

- introduction of constexpr messed with the overload resolution rules.
- '>>' can no longer be used inside a template argument expression.


More information about the Digitalmars-d mailing list