On 5/23/2013 5:35 PM, Steven Schveighoffer wrote:
What about making it an error UNLESS you pass a compiler flag.  The user will be
informed, and the new behavior (which I find useful) is possible.

While that idea has significant merit, I oppose it on the following grounds:

1. It forces a very abrupt change. We've followed a policy of gradual change, giving people plenty of time to adapt their codebase. This does not.

2. Having optional errors like that leads to unfortunate problems inside generic code that tests whether some constructs compile or not.

Reply via email to