On 14/01/21 13:41 +0000, Jonathan Wakely wrote: > Oops, I considered it already. This untested patch should define std::char_traits so it is available if wchar_t is defined by the front end (which I assume is always true, is that right?), only using optimized libc routines if available. This would be the first step to enabling std::wstring etc for targets with no wchar_t support in libc.