Work-around MSVC2017 compiler bug
ClosedPublic

Authored by kfunk on Jun 5 2017, 1:02 PM.

Details

Summary

Also see: https://www.mail-archive.com/kde-windows@kde.org/msg07448.html

Error:

C:\JenkinsWS\workspace\Frameworks threadweaver kf5-qt5 WindowsQt5.7\examples\ThumbNailer\Model.cpp(122): note: see reference to function template instantiation '_OutIt std::transform<QList<QFileInfo>::const_iterator,QTypedArrayData<T>::iterator,Model::prepareConversions::<lambda_cf232ac0184765c12b4960bbb43cb783>>(_InIt,_InIt,_OutIt,_Fn1)' being compiled
        with
        [
            _OutIt=QTypedArrayData<Image>::iterator,
            T=Image,
            _InIt=QList<QFileInfo>::const_iterator,
            _Fn1=Model::prepareConversions::<lambda_cf232ac0184765c12b4960bbb43cb783>
        ]

Diff Detail

Repository
R279 ThreadWeaver
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kfunk created this revision.Jun 5 2017, 1:02 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJun 5 2017, 1:02 PM
Restricted Application added a subscriber: Frameworks. · View Herald Transcript
arrowd accepted this revision.Jun 5 2017, 3:35 PM
This revision is now accepted and ready to land.Jun 5 2017, 3:35 PM
This revision was automatically updated to reflect the committed changes.