Dominik Haumann wrote: > I still see QStringLiteral fixes from time to time on the commit > mailing list. Given MSVC 2015 Community Edition is available > just like v2013, and it seems to work I believe that committing > such fixes does not make sense, in fact, it often makes code > worse.
If the QStringLiteral fixes you are referring to are changing eg QStringLiteral("foo" "bar") I too noticed MSVC 2015 handles that fine while investigating https://llvm.org/bugs/show_bug.cgi?id=26980 Thanks, Steve.