Re: [Development] Suggested addition to wiki.qt.io/Coding_Conventions

2015-05-15 Thread Thiago Macieira
On Friday 15 May 2015 07:59:19 Marc Mutz wrote: > Interesting. I didn't know that. Please document it on > https://techbase.kde.org/Policies/Binary_Compatibility_Issues_With_C++ > > I guess that means we should revert > ab8366b5923ec0feb730df98040885669f7bbe38, too? Whoa! Yes, we have to void f(

Re: [Development] Proposal: Deprecating platforms in Qt 5.6 that don't support lambda

2015-05-15 Thread Thiago Macieira
On Friday 15 May 2015 10:42:54 Matthew Woehlke wrote: > > for (auto x : function(function2())) > > > > > > > > If function returns a temporary and function passes through a reference, > > [...] > Er... wait. My bad. Does it resolve the issue if 'Container const& c;' > in qtEnumerator is changed to

Re: [Development] Proposal: Deprecating platforms in Qt 5.6 that don't support lambda

2015-05-15 Thread Matthew Woehlke
On 2015-05-14 16:37, Thiago Macieira wrote: > On Thursday 14 May 2015 11:34:25 Matthew Woehlke wrote: >> On 2015-05-14 10:58, Thiago Macieira wrote: >>> On Thursday 14 May 2015 14:36:43 Olivier Goffart wrote: I'm afraid your solution is not working with temporaries containers. >>> >>> That sho

[Development] Qt 5.5.0 beta released

2015-05-15 Thread Heikkinen Jani
Hi, The Qt5.5.0 beta is finally released, see http://blog.qt.io/blog/2015/05/15/qt-5-5-beta-released/ Big thanks for everyone! Best regards, Jani Heikkinen Release Manager | The Qt Company The Qt Company / Digia Finland Ltd, Elektroniikkatie 10, 90590 Oulu, Finland Email: jani.heikk

Re: [Development] Suggested addition to wiki.qt.io/Coding_Conventions

2015-05-15 Thread Olivier Goffart
On Friday 15. May 2015 07:59:19 Marc Mutz wrote: > On Thursday 14 May 2015 02:04:44 Thiago Macieira wrote: > > On Thursday 14 May 2015 02:13:59 Marc Mutz wrote: > > > On Wednesday 13 May 2015 09:30:05 Thiago Macieira wrote: > > > > The drawbacks only appear in debug builds, so is this worth the > >