[Development] Removing fromUtf8() fallback in QStringLiteral

Marc Mutz marc.mutz at kdab.com
Thu Feb 9 17:32:42 CET 2017


On Thursday 09 February 2017 10:41:05 Marc Mutz wrote:
> AFAICT, (2) could only possibly affect ICC and VxWorks.

From the change set:

- VxWorks uses GCC 4.8, that's enough.
- The ICC minimum version since Qt 5.7 (cf. dist/changes-5._6_.0) is v14
  (Unicode string literals were added for 12.1), so enough, too.

For MSVC 2013, we have the wchar_t workaround (assuming all MSVC have 
sizeof(wchar_t) == 2? The ifdefs seem to suggest otherwise...).

So, I'd like to propose this patch for 5.8, then (5.7 being closed and 5.6 not 
requiring enough compiler support).

Thanks,
Mard

-- 
Marc Mutz <marc.mutz at kdab.com> | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt, C++ and OpenGL Experts



More information about the Development mailing list