Re: [Development] Need help to integrate a patch with MSVC2008 (wince)

2014-12-18 Thread Olivier Goffart
On Thursday 18 December 2014 09:34:19 Thiago Macieira wrote: > On Thursday 18 December 2014 14:56:05 Olivier Goffart wrote: > > I've got a patch that does not integrate because it fails in CI on > > MSVC2008 > > (wince) > > > > https://codereview.qt-project.org/98658/ > > > > Probably due to a co

Re: [Development] Need help to integrate a patch with MSVC2008 (wince)

2014-12-18 Thread Thiago Macieira
On Thursday 18 December 2014 14:56:05 Olivier Goffart wrote: > I've got a patch that does not integrate because it fails in CI on MSVC2008 > (wince) > > https://codereview.qt-project.org/98658/ > > Probably due to a compiler bug, the problem seems to be that the proper > template partial speciali

[Development] Need help to integrate a patch with MSVC2008 (wince)

2014-12-18 Thread Olivier Goffart
I've got a patch that does not integrate because it fails in CI on MSVC2008 (wince) https://codereview.qt-project.org/98658/ Probably due to a compiler bug, the problem seems to be that the proper template partial specialization is not taken. I don't have access to this compiler so I don't know