Android: Dissable internal hack when using libc++

libc++ has proper wstring support

Change-Id: Ifae98676974bfd660b7f849d4466efc5486d3fca
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
BogDan Vatra 2017-08-17 09:32:44 +03:00
parent b525ec2eb0
commit 0027d73b02

View File

@ -53,7 +53,7 @@
#include <string>
#include <iterator>
#if defined(Q_OS_ANDROID)
#if defined(Q_OS_ANDROID) && !defined(ANDROID_HAS_WSTRING)
// std::wstring is disabled on android's glibc, as bionic lacks certain features
// that libstdc++ checks for (like mbcslen).
namespace std