-
-
Notifications
You must be signed in to change notification settings - Fork 766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICU-22954 USet C++ iterator return std::u16string; header-only LocalPointer #3295
Conversation
eefe117
to
f053139
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
f053139
to
c68392d
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
@richgillam sort-of-approved the API change proposal. I don't expect any controversy. It would be lovely to get this PR reviewed (I suggest one commit at a time) and approved so that I can merge it soon after the upcoming ICU-TC meeting. |
Oops, this window hadn't refreshed before I sent my previous comment -- now it has. Will respond to feedback. |
done |
feedback addressed, PTAL |
FYI: The ICU-TC approved the API change proposal. |
Thanks Robin! @roubert I have addressed your feedback. I don't want to fiddle further with the sample code in this PR. If I don't hear back from you during Japan business hours, then I plan to dismiss your change request and merge. Except, I will first try to squash the feedback commits into the regular ones, so that this is down to a small number of somewhat meaningful commits. @richgillam please speak up if you disagree. |
No, I think I'm happy... |
header-only parts of char16ptr.h
177cd96
to
09379fa
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
…only This reverts commit 5bdb4c4. Making LocalPointer header-only, with a different namespace when compiling internally, turned out to be problematic.
…ERNAL, header-only localpointer This partially reverts commit 3527b3d. Making LocalPointer header-only, with a different namespace when compiling internally, turned out to be problematic.
…er-only localpointer This partially reverts commit 3527b3d. Making LocalPointer header-only, with a different namespace when compiling internally, turned out to be problematic.
U_SHOW_CPLUSPLUS_HEADER_API
is true butU_SHOW_CPLUSPLUS_API
is falseBest to review one commit at a time.
Checklist
ALLOW_MANY_COMMITS=true