DescriptionIssue #276 - conversion functions between std::wstring and ATL::CString
During an interim period while removing CString, it's beneficial to use explicit
conversion functions. Although more verbose, they clearly identify such
conversions instead of relying on implicit and idiomatic means. Explicit
functions also enable removal of intermediate code, since some of the other
conversions remain valid but inefficient when variable types are changed.
Supersedes in part http://codereview.adblockplus.org/5070706781978624/
Separated out to alleviate potential friction with commit dependencies.
Patch Set 1 #
Total comments: 3
MessagesTotal messages: 8
|