Skip to content
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

Use std::string_view for MISC::replace_str_list() #950

Merged

Conversation

ma8ma
Copy link
Collaborator

@ma8ma ma8ma commented Apr 2, 2022

変更不可の文字列のポインターと長さを渡している関数の引数をstd::string_viewに交換して整理します。

  • テストを追加して動作をチェックします

関連のpull request: #905

変更不可の文字列のポインターと長さを渡している関数の引数を
`std::string_view`に交換して整理します。

- テストを追加して動作をチェックします
@ma8ma ma8ma added refactoring コードの整理 (バグ修正でも機能変更でもない) test テストの変更 labels Apr 2, 2022
@ma8ma ma8ma merged commit b06a6a6 into JDimproved:master Apr 2, 2022
@ma8ma ma8ma deleted the use-std-string_view-for-misc-replace_str branch April 2, 2022 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring コードの整理 (バグ修正でも機能変更でもない) test テストの変更
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant