DescriptionIssue #1234 - standardize some string conversions
Conversions of the form std::wstring(CString) can leave stranded, extraneous
constructors when the CString is converted to std::wstring, and the compiler
won't catch them. Changing these conversions to to_wstring(CString) ensures that
they'll be removed.
Removed a few completely extraneous explicit string constructors. Changed a few
idiomatic string constructions into calls to to_CString.
Patch Set 1 #
MessagesTotal messages: 5
|