Skip to content

[WIP] 4.22. Trait Object (1.9) #176

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

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1.9/ja/book/trait-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ static Foo_for_String_vtable: FooVtable = FooVtable {

<!-- Suppose we’ve got some values that implement `Foo`. The explicit form of -->
<!-- construction and use of `Foo` trait objects might look a bit like (ignoring the -->
<!-- type mismatches: they’re all just pointers anyway): -->
<!-- type mismatches: they’re all pointers anyway): -->
例えば `Foo` を実装する値を幾つか得たとします。
`Foo` トレイトオブジェクトを作る、あるいは使う時のコードを明示的に書いたものは少しだけ似ているでしょう。
(型の違いを無視すればですが、どのみちただのポインタになります)
Expand Down
12 changes: 0 additions & 12 deletions diff-1.6.0..1.9.0/src/doc/book/trait-objects.md

This file was deleted.