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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
