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

Thiago Macieira thiago.macieira at intel.com
Thu Dec 18 18:34:19 CET 2014


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 specialization is not taken.
> I don't have access to this compiler so I don't know how to work around this
> problem.

Make sure you've tried compiling with GCC and Clang in C++98 mode, since the 
SFINAE rules changed. It's possible you're hitting that.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list