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

[翻訳フィードバック] C++11スマートポインタで避けるべき過ち Top10 #47

Closed
cbh34680 opened this issue Oct 18, 2017 · 1 comment
Assignees

Comments

@cbh34680
Copy link

記事タイトル or URL

http://postd.cc/top-10-dumb-mistakes-avoid-c-11-smart-pointers/

フィードバック内容

[過ちその4: shared_ptrの初期化にmake_sharedを使わない]

×: 一方、shared_ptrでは、C++コンパイラは...
〇: 一方、make_sharedでは、C++コンパイラは...

ではないかと思いますが、いかがですか ?

@mk2 mk2 self-assigned this Oct 25, 2017
@mk2
Copy link

mk2 commented Oct 25, 2017

フィードバックありがとうございます。

原文を確認したところ、ご指摘の通りの訳が適切だと判断しましたので、修正させていただきました。

とても助かりました。今後ともPOSTDをよろしくお願いいたします。

@mk2 mk2 closed this as completed Oct 25, 2017
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

2 participants