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

ch15-02:冒頭の注釈(MyBox<T>Box<T>の違いに関するもの)を追加する #150

Open
tatsuya6502 opened this issue Apr 18, 2021 · 0 comments

Comments

@tatsuya6502
Copy link
Member

tatsuya6502 commented Apr 18, 2021

原文では このissue によって、 章の冒頭に以下のコメントが追加されている。

Note: there’s one big difference between the MyBox<T> type we’re about to build and the real Box<T>: our version will not store its data on the heap. We are focusing this example on Deref, so where the data is actually stored is less important than the pointer-like behavior.

和訳版にもこのコメントを追加する。

@tatsuya6502 tatsuya6502 changed the title ch15-02:冒頭の注釈(MyBox<T>Box<T>の違いに関する追加する ch15-02:冒頭の注釈(MyBox<T>Box<T>の違いに関するもの)を追加する Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant