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

Get rid of size limitation for std::string #1134

Merged
merged 1 commit into from Apr 1, 2023

Conversation

ma8ma
Copy link
Collaborator

@ma8ma ma8ma commented Apr 1, 2023

Loadableから派生したクラスで受信したデータを格納するために使われるバッファはstd::stringに変更されているためデータを追加するとバッファのサイズが拡張されます。
そのためバッファのサイズ制限を取り除いてコードを整理します。

`Loadable`から派生したクラスで受信したデータを格納するために使われる
バッファは`std::string`に変更されているためデータを追加すると
バッファのサイズが拡張されます。そのためバッファのサイズ制限を
取り除いてコードを整理します。
@ma8ma ma8ma added the feature 機能の追加と削除 label Apr 1, 2023
@ma8ma ma8ma merged commit 2d85091 into master Apr 1, 2023
20 checks passed
@ma8ma ma8ma deleted the get-rid-of-size-limit-for-std-string branch April 1, 2023 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 機能の追加と削除
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant