OS/2 kLIBC has wcslen(), but it is not in std namespace.
Change-Id: I0b4fd6705e6ae938b2188abdc688eea3bba27430
- Make WithParamInterface<T>::GetParam static in order to avoid
initialization issues
https://github.com/google/googletest/pull/1830
+- Use wcslen() instead of std::wcslen()
+ https://github.com/google/googletest/pull/1899
*os << "NULL";
} else {
*os << ImplicitCast_<const void*>(s) << " pointing to ";
- PrintCharsAsStringTo(s, std::wcslen(s), os);
+ PrintCharsAsStringTo(s, wcslen(s), os);
}
}
#endif // wchar_t is native