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

fix(cpp-casts): 説明の微調整とStrict Aliasing Rule #67

Merged
merged 5 commits into from
Nov 25, 2020

Conversation

yumetodo
Copy link
Contributor

class A {};
class B {};

A a;
B* b = reinterpret_cast<B*>(&a);

これは確かにStrict Aliasing Ruleに反してはいませんが、このあとbに対して操作をした瞬間に違反となりUndefined Behavior です。ミスリードしかねないのでStrict Aliasing Ruleの説明の項を追加してそこに移動しました。

ref: https://teratail.com/questions/306235

@rinatz rinatz merged commit c16c899 into rinatz:master Nov 25, 2020
@yumetodo
Copy link
Contributor Author

あれ、!!! questionから始まっていたら折りたたまれるのかと思っていましたがそういうわけではなかったのですね・・・。
あと改行が消えてしまっている・・・。

@rinatz
Copy link
Owner

rinatz commented Nov 25, 2020

あ、折りたたみたい場合は ??? question でいけます!

@yumetodo
Copy link
Contributor Author

なるほど。当該箇所折りたたみますかね?内容的に難しいのでそのほうがいいような気がしているのですがどうしましょうか。

@rinatz
Copy link
Owner

rinatz commented Nov 25, 2020

そうですね、折りたたむ形で良いと思います!
改行が消えてるのは Markdown の仕様上、空行を挟まないと改行されないからですかね!

This was referenced Nov 27, 2020
@yumetodo yumetodo deleted the fix/cpp-casts branch November 27, 2020 13:47
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

Successfully merging this pull request may close these issues.

2 participants