|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom"> |
3 | 3 | <title>cpprefjp - C++日本語リファレンス</title> |
4 | 4 | <link href="https://cpprefjp.github.io" /> |
5 | | - <updated>2025-07-14T12:21:23.227190</updated> |
6 | | - <id>ec1095e5-a2d7-4095-872b-da0eff9b3758</id> |
| 5 | + <updated>2025-07-14T13:00:44.935122</updated> |
| 6 | + <id>f4676e59-64b2-4917-bfb2-1d17cc74ed55</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>stderr -- removed /* */ for implementation-defined (#1473)</title> |
| 11 | + <link href="https://cpprefjp.github.io/reference/cstdio/stderr.html"/> |
| 12 | + <id>be4f0ebf8933b9687adca36fd78b37acf25f4606:reference/cstdio/stderr.md</id> |
| 13 | + <updated>2025-07-14T21:57:01+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/reference/cstdio/stderr.md b/reference/cstdio/stderr.md |
| 16 | +index 1909dbab2..d6d0ddf74 100644 |
| 17 | +--- a/reference/cstdio/stderr.md |
| 18 | ++++ b/reference/cstdio/stderr.md |
| 19 | +@@ -3,7 +3,7 @@ |
| 20 | + * macro[meta id-type] |
| 21 | + |
| 22 | + ```cpp |
| 23 | +-#define stderr /* implementation-defined */ |
| 24 | ++#define stderr implementation-defined |
| 25 | + ``` |
| 26 | + |
| 27 | + ## 概要 |
| 28 | +</code></pre></summary> |
| 29 | + |
| 30 | + <author> |
| 31 | + <name>rotarymars</name> |
| 32 | + <email>s.goto2050@gmail.com</email> |
| 33 | + </author> |
| 34 | + </entry> |
| 35 | + |
| 36 | + <entry> |
| 37 | + <title>stdin -- removed /* */ for implementation-defined (#1473)</title> |
| 38 | + <link href="https://cpprefjp.github.io/reference/cstdio/stdin.html"/> |
| 39 | + <id>be4f0ebf8933b9687adca36fd78b37acf25f4606:reference/cstdio/stdin.md</id> |
| 40 | + <updated>2025-07-14T21:57:01+09:00</updated> |
| 41 | + |
| 42 | + <summary type="html"><pre><code>diff --git a/reference/cstdio/stdin.md b/reference/cstdio/stdin.md |
| 43 | +index 44a907f0a..2cb07e4ee 100644 |
| 44 | +--- a/reference/cstdio/stdin.md |
| 45 | ++++ b/reference/cstdio/stdin.md |
| 46 | +@@ -3,7 +3,7 @@ |
| 47 | + * macro[meta id-type] |
| 48 | + |
| 49 | + ```cpp |
| 50 | +-#define stdin /* implementation-defined */ |
| 51 | ++#define stdin implementation-defined |
| 52 | + ``` |
| 53 | + |
| 54 | + ## 概要 |
| 55 | +</code></pre></summary> |
| 56 | + |
| 57 | + <author> |
| 58 | + <name>rotarymars</name> |
| 59 | + <email>s.goto2050@gmail.com</email> |
| 60 | + </author> |
| 61 | + </entry> |
| 62 | + |
| 63 | + <entry> |
| 64 | + <title>stdout -- removed /* */ for implementation-defined (#1473)</title> |
| 65 | + <link href="https://cpprefjp.github.io/reference/cstdio/stdout.html"/> |
| 66 | + <id>be4f0ebf8933b9687adca36fd78b37acf25f4606:reference/cstdio/stdout.md</id> |
| 67 | + <updated>2025-07-14T21:57:01+09:00</updated> |
| 68 | + |
| 69 | + <summary type="html"><pre><code>diff --git a/reference/cstdio/stdout.md b/reference/cstdio/stdout.md |
| 70 | +index e41783517..d4d068a99 100644 |
| 71 | +--- a/reference/cstdio/stdout.md |
| 72 | ++++ b/reference/cstdio/stdout.md |
| 73 | +@@ -3,7 +3,7 @@ |
| 74 | + * macro[meta id-type] |
| 75 | + |
| 76 | + ```cpp |
| 77 | +-#define stdout /* implementation-defined */ |
| 78 | ++#define stdout implementation-defined |
| 79 | + ``` |
| 80 | + |
| 81 | + ## 概要 |
| 82 | +</code></pre></summary> |
| 83 | + |
| 84 | + <author> |
| 85 | + <name>rotarymars</name> |
| 86 | + <email>s.goto2050@gmail.com</email> |
| 87 | + </author> |
| 88 | + </entry> |
| 89 | + |
9 | 90 | <entry> |
10 | 91 | <title>tmpnam -- fixed index in tmpnam.md</title> |
11 | 92 | <link href="https://cpprefjp.github.io/reference/cstdio/tmpnam.html"/> |
@@ -116,33 +197,6 @@ index b603c81a1..3cda36b5b 100644 |
116 | 197 | } |
117 | 198 |
|
118 | 199 | ``` |
119 | | -</code></pre></summary> |
120 | | - |
121 | | - <author> |
122 | | - <name>rotarymars</name> |
123 | | - <email>s.goto2050@gmail.com</email> |
124 | | - </author> |
125 | | - </entry> |
126 | | - |
127 | | - <entry> |
128 | | - <title>FILE -- fixed declaration of `file.md`</title> |
129 | | - <link href="https://cpprefjp.github.io/reference/cstdio/file.html"/> |
130 | | - <id>942ab1ab8586029cfdbf085a32694249e488b25d:reference/cstdio/file.md</id> |
131 | | - <updated>2025-07-13T22:56:02+09:00</updated> |
132 | | - |
133 | | - <summary type="html"><pre><code>diff --git a/reference/cstdio/file.md b/reference/cstdio/file.md |
134 | | -index 5791670be..243769def 100644 |
135 | | ---- a/reference/cstdio/file.md |
136 | | -+++ b/reference/cstdio/file.md |
137 | | -@@ -5,7 +5,7 @@ |
138 | | - |
139 | | - ```cpp |
140 | | - namespace std { |
141 | | -- typedef /* unspecified */ FILE; |
142 | | -+ using FILE = /* unspecified */; |
143 | | - } |
144 | | - ``` |
145 | | - |
146 | 200 | </code></pre></summary> |
147 | 201 |
|
148 | 202 | <author> |
|
0 commit comments