D6073: Don't enable strict iterators on MSVC

2017-06-08 Thread Ben Cooksley
bcooksley abandoned this revision. REPOSITORY R240 Extra CMake Modules REVISION DETAIL https://phabricator.kde.org/D6073 To: bcooksley, kfunk Cc: kfunk, arrowdodger, #frameworks, #build_system

D6073: Don't enable strict iterators on MSVC

2017-06-05 Thread Kevin Funk
kfunk added subscribers: arrowdodger, kfunk. kfunk requested changes to this revision. kfunk added a comment. This revision now requires changes to proceed. I don't think we should do that. Compilation only breaks on MSVC2017, which is fairly new. And according to some test compilations by @ar

D6073: Don't enable strict iterators on MSVC

2017-06-03 Thread Ben Cooksley
bcooksley created this revision. Restricted Application added projects: Frameworks, Build System. Restricted Application added subscribers: Build System, Frameworks. REVISION SUMMARY Currently we've found that strict iterators as available in MSVC, with certain codebases such as Threadweaver ca