Skip to content

Commit 3e82eb9

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 1120aac commit 3e82eb9

File tree

5 files changed

+98
-44
lines changed

5 files changed

+98
-44
lines changed

reference/cstdio/stderr.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-11T12:34:03">
192-
2025年07月11日 12時34分03秒
191+
<span itemprop="datePublished" content="2025-07-14T12:57:01">
192+
2025年07月14日 12時57分01秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">suomesta</span>
196+
<span itemprop="name">rotarymars</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -213,7 +213,7 @@
213213
<div class="col-sm-12 content-body">
214214

215215
<div class="identifier-type">macro</div><div class="header">&lt;cstdio&gt;</div><h1 itemprop="name"><span class="token">stderr</span></h1>
216-
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="cp">#define stderr </span><span class="cm">/* <i>implementation-defined</i> */</span><span class="cp"></span>
216+
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="cp">#define stderr <i>implementation-defined</i></span>
217217
</code></pre></div>
218218
</p>
219219
<h2>概要</h2>

reference/cstdio/stdin.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-11T12:34:03">
192-
2025年07月11日 12時34分03秒
191+
<span itemprop="datePublished" content="2025-07-14T12:57:01">
192+
2025年07月14日 12時57分01秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">suomesta</span>
196+
<span itemprop="name">rotarymars</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -213,7 +213,7 @@
213213
<div class="col-sm-12 content-body">
214214

215215
<div class="identifier-type">macro</div><div class="header">&lt;cstdio&gt;</div><h1 itemprop="name"><span class="token">stdin</span></h1>
216-
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="cp">#define stdin </span><span class="cm">/* <i>implementation-defined</i> */</span><span class="cp"></span>
216+
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="cp">#define stdin <i>implementation-defined</i></span>
217217
</code></pre></div>
218218
</p>
219219
<h2>概要</h2>

reference/cstdio/stdout.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-11T12:34:03">
192-
2025年07月11日 12時34分03秒
191+
<span itemprop="datePublished" content="2025-07-14T12:57:01">
192+
2025年07月14日 12時57分01秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">suomesta</span>
196+
<span itemprop="name">rotarymars</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -213,7 +213,7 @@
213213
<div class="col-sm-12 content-body">
214214

215215
<div class="identifier-type">macro</div><div class="header">&lt;cstdio&gt;</div><h1 itemprop="name"><span class="token">stdout</span></h1>
216-
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="cp">#define stdout </span><span class="cm">/* <i>implementation-defined</i> */</span><span class="cp"></span>
216+
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="cp">#define stdout <i>implementation-defined</i></span>
217217
</code></pre></div>
218218
</p>
219219
<h2>概要</h2>

rss.xml

Lines changed: 83 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,91 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<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>
77

88

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">&lt;pre&gt;&lt;code&gt;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+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>rotarymars</name>
32+
<email>[email protected]</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">&lt;pre&gt;&lt;code&gt;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+
&lt;/code&gt;&lt;/pre&gt;</summary>
56+
57+
<author>
58+
<name>rotarymars</name>
59+
<email>[email protected]</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">&lt;pre&gt;&lt;code&gt;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+
&lt;/code&gt;&lt;/pre&gt;</summary>
83+
84+
<author>
85+
<name>rotarymars</name>
86+
<email>[email protected]</email>
87+
</author>
88+
</entry>
89+
990
<entry>
1091
<title>tmpnam -- fixed index in tmpnam.md</title>
1192
<link href="https://cpprefjp.github.io/reference/cstdio/tmpnam.html"/>
@@ -116,33 +197,6 @@ index b603c81a1..3cda36b5b 100644
116197
}
117198

118199
```
119-
&lt;/code&gt;&lt;/pre&gt;</summary>
120-
121-
<author>
122-
<name>rotarymars</name>
123-
<email>[email protected]</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">&lt;pre&gt;&lt;code&gt;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-
146200
&lt;/code&gt;&lt;/pre&gt;</summary>
147201

148202
<author>

sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26547,7 +26547,7 @@
2654726547

2654826548
<url>
2654926549
<loc>https://cpprefjp.github.io/reference/cstdio/stdin.html</loc>
26550-
<lastmod>2025-07-14T16:23:11+09:00</lastmod>
26550+
<lastmod>2025-07-14T21:57:01+09:00</lastmod>
2655126551
<changefreq>daily</changefreq>
2655226552
<priority>0.7</priority>
2655326553
</url>
@@ -26610,7 +26610,7 @@
2661026610

2661126611
<url>
2661226612
<loc>https://cpprefjp.github.io/reference/cstdio/stderr.html</loc>
26613-
<lastmod>2025-07-14T16:23:11+09:00</lastmod>
26613+
<lastmod>2025-07-14T21:57:01+09:00</lastmod>
2661426614
<changefreq>daily</changefreq>
2661526615
<priority>0.7</priority>
2661626616
</url>
@@ -26631,7 +26631,7 @@
2663126631

2663226632
<url>
2663326633
<loc>https://cpprefjp.github.io/reference/cstdio/stdout.html</loc>
26634-
<lastmod>2025-07-14T16:23:11+09:00</lastmod>
26634+
<lastmod>2025-07-14T21:57:01+09:00</lastmod>
2663526635
<changefreq>daily</changefreq>
2663626636
<priority>0.7</priority>
2663726637
</url>

0 commit comments

Comments
 (0)