Andreas Schwab, 17.04.2013 11:54:18:
"Helmut Karlowski" <helmut.karlowski@ish.de> writes:libc does.No, it doesn't. It defined wcslen, which is a completely unrelated symbol.
So the linker decides between wcslen(wchar_t const* s) and wcslen(const wchar_t * s) but not the compiler.
Ok - let's stop here. -- Helmut Karlowski