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

Update if constexpr #665

Merged
merged 10 commits into from
Jul 8, 2019
Merged

Update if constexpr #665

merged 10 commits into from
Jul 8, 2019

Conversation

akinomyoga
Copy link
Member

Resolve #415

if constexpr に関してかねてより残っていた「この機能が必要になった背景・経緯」・「検討されたほかの選択肢」に対する対応です。取り敢えず作ってみました。

  • 「この機能が必要になった背景・経緯」・「検討されたほかの選択肢」を記述しました。
  • 概要と仕様も書き直しました。
  • 元からあった説明の多くは「二段階名前解決における注意点」と「類似機能との比較」に移しました。

他訳語に関して

@akinomyoga
Copy link
Member Author

lang/cpp17/if_constexpr.md Outdated Show resolved Hide resolved
@yumetodo yumetodo self-requested a review July 6, 2019 04:14
@akinomyoga akinomyoga force-pushed the update-if_constexpr branch from bc7ffb8 to 89499b2 Compare July 6, 2019 08:22
@akinomyoga akinomyoga force-pushed the update-if_constexpr branch from 89499b2 to 66a6fb5 Compare July 6, 2019 08:51
@faithandbrave faithandbrave merged commit 6142a15 into master Jul 8, 2019
@faithandbrave
Copy link
Member

ありがとうございます。マージしました。

@faithandbrave faithandbrave deleted the update-if_constexpr branch July 8, 2019 04:24
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.

[C++17][言語機能] if constexpr文
3 participants