From b096c53d593a313a6372bffb35f45cdc0e1ffd21 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 4 Jan 2018 14:33:06 +0100 Subject: QtCore: Raise minimum supported MSVC version to 2015 Remove code for older versions and streamline #ifdefs. Task-number: QTBUG-51673 Change-Id: I211703189ff12f827d94914093369736b6e65d4a Reviewed-by: Thiago Macieira --- src/corelib/tools/qstringview.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/corelib/tools/qstringview.cpp') diff --git a/src/corelib/tools/qstringview.cpp b/src/corelib/tools/qstringview.cpp index 9cefcd45319..0e3246c72c5 100644 --- a/src/corelib/tools/qstringview.cpp +++ b/src/corelib/tools/qstringview.cpp @@ -371,8 +371,7 @@ QT_BEGIN_NAMESPACE Returns a const pointer to the first character in the string. - \c{storage_type} is \c{char16_t}, except on MSVC 2013 (which lacks \c char16_t support), - where it is \c{wchar_t} instead. + \c{storage_type} is \c{char16_t}. \note The character array represented by the return value is \e not null-terminated. -- cgit v1.2.3