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
Working with CStr is not practical, and expecting the user to have to manipulate them is
even less. Users are very likely to need to make a wrapper in order use this interface,
so rework it to make it better to use.
Expect a iterator of String for the text, this is more flexible than using a array and
doesn't complicate the implementation as we will have to convert it to a list of CStr anyway.
0 commit comments