Re: [Development] Upgrading the sources to C++11 keywords (Q_NULLPTR, etc.)

2015-01-11 Thread Ziller Eike
> On Jan 9, 2015, at 10:10 PM, Thiago Macieira > wrote: > > On Friday 09 January 2015 20:19:36 André Pönitz wrote: >> In some case these macros even expand to something else than the "obviously >> related" C++ keyword, so potential benefits gained from using the actual >> feature have to be wei

Re: [Development] Upgrading the sources to C++11 keywords (Q_NULLPTR, etc.)

2015-01-11 Thread Thiago Macieira
On Sunday 11 January 2015 13:59:56 Giuseppe D'Angelo wrote: > > We may have to add that to headersclean, since conceivably our users may > > want to use it. But we don't have to turn it on for our sources. > > Doesn't that already mean an awful lot of work? Thinking of how many > places there are

Re: [Development] Upgrading the sources to C++11 keywords (Q_NULLPTR, etc.)

2015-01-11 Thread Giuseppe D'Angelo
On 9 January 2015 at 22:53, Thiago Macieira wrote: > On Friday 09 January 2015 22:15:25 Giuseppe D'Angelo wrote: >> On 9 January 2015 at 20:19, André Pönitz wrote: >> > C++ 'nullptr' only gives a benefit over '0' in the rare cases where it >> > helps for disambiguation. I would not really like a