File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,19 @@ int main()
152152}
153153```
154154
155+ ## 続
156+ ``` C++
157+ struct S
158+ {
159+ static const int i = 42;
160+ };
161+
162+ int main ()
163+ {
164+ return S::S::S::S::S::S::i;
165+ }
166+ ```
167+
155168## ` typedef ` の場所 1
156169``` C++
157170long unsigned typedef int long Uint64;
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ C++ の歩き方 Web サイトの改善、情報拡充に協力してくれた
2121 - [ C++17 洋書 情報提供] ( https://github.com/cppmap/cppmap.docs/issues/6 )
2222 - [ 処理系の対応状況 情報提供] ( https://github.com/cppmap/cppmap.docs/pull/7 )
2323 - [ IEEE 754 演算について 情報提供] ( https://twitter.com/kariya_mitsuru/status/1148972200713584640 )
24+ - [ なぜかコンパイルできる 情報提供] ( https://twitter.com/kariya_mitsuru/status/1369276950972309509 )
2425- [ @kenichiuda ] ( https://twitter.com/kenichiuda )
2526 - [ C++ 関連の略語 情報提供] ( https://github.com/cppmap/cppmap.docs/issues/41 )
2627- [ @Linda_pp] ( https://twitter.com/Linda_pp ) さん
You can’t perform that action at this time.
0 commit comments