Please report new issues athttps://github.com/DOCGroup
the ACE_Argv_Type_Converter is used in some places with the idea to get a copy of argc/argv, but this class only makes a copy when there is a conversion from ascii to wchar_t or reverse, not when ascii is assigned and then ascii is retrieved. For this use case we should have ACE_Argv_Copy (or something like that)