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:
parent
b525ec2eb0
commit
0027d73b02
@ -53,7 +53,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <iterator>
|
#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
|
// std::wstring is disabled on android's glibc, as bionic lacks certain features
|
||||||
// that libstdc++ checks for (like mbcslen).
|
// that libstdc++ checks for (like mbcslen).
|
||||||
namespace std
|
namespace std
|
||||||
|
Loading…
x
Reference in New Issue
Block a user