Skip to content

Commit 2fac1ca

Browse files
committed
update
1 parent 7e152af commit 2fac1ca

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/articles/it-compiles.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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++
157170
long unsigned typedef int long Uint64;

docs/contribution/contributors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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) さん

0 commit comments

Comments
 (0)