You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CreateEmbedLangTransform: replace the usage of unique_ptr<char[]> with strings
* using higher-level constructs is easier to understand
* switch to C++17 for the mutable string::data() overload
git-svn-id: https://poroz/svnad/wfl_mr/branches/dev/trunk/src/tools/CreateEmbedLangTransform@13663 0d26eecb-4107-0410-bdd6-a17e8e2aa929
auto stringValue{std::make_unique<TCHAR[]>(length + _tcslen(argv[3]) + 1)}; // allocate a buffer long enough for the new value (including the separator)
0 commit comments