
4 Mar
2008
4 Mar
'08
1:16 p.m.
Jens Seidel a écrit :
On Tue, Mar 04, 2008 at 02:05:03PM +0100, Loïc Joly wrote:
Even a str() function would seem bad, unless it has a parameter that states in which encoding the resulting string is desired. A conversion from/to std::wstring would seem more useful in most cases.
Why do you require a specific encoding for std::string but none for std::wstring?
I require one too. I just believe that a default value will be enough in most cases with std::wstring. -- Loïc