
2 Apr
2012
2 Apr
'12
3:26 a.m.
On Apr 2, 2012 3:32 AM, "Pedro Larroy" <pedro.larroy.lists@gmail.com> wrote:
Hi why would you use wstring anyway?
Very common in code which targets Windows, where one must use wide strings when calling the Windows API (even if you use utf-8 internally and convert at API boundaries). For example one of my libraries uses wide strings almost exclusively for the interface, but its a very specialized windows only library.