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.

Reply via email to