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 >2024-10-10T08:47:04.409230 </updated >
6
- <id >7a19d23a-7f43-496a-9497-5cd781468b85 </id >
5
+ <updated >2024-10-10T10:48:33.113984 </updated >
6
+ <id >8c88996c-f6a5-4700-afba-0e19bc59513f </id >
7
7
8
8
9
+ <entry >
10
+ <title >gps_clock -- Merge pull request #1352 from TatsukiKUROSAWA/patch-1</title >
11
+ <link href =" https://cpprefjp.github.io/reference/chrono/gps_clock.html" />
12
+ <id >2e90916aa5f0f75a3ff464940a1cfe5ec6123ea1:reference/chrono/gps_clock.md</id >
13
+ <updated >2024-10-10T19:45:28+09:00</updated >
14
+
15
+ <summary type =" html" >< pre>< code> diff --git a/reference/chrono/gps_clock.md b/reference/chrono/gps_clock.md
16
+ index 2db96f1d6..a383403a7 100644
17
+ --- a/reference/chrono/gps_clock.md
18
+ +++ b/reference/chrono/gps_clock.md
19
+ @@ -19,7 +19,7 @@ namespace std::chrono {
20
+ ### エポック
21
+ クロックごとの初期時間 (内部的にカウンタがあれば値ゼロ) をエポックと呼ぶ。
22
+
23
+ -`gps_clock`のエポックは、1980年1月16日 (この年の最初の日曜日) 0時0分0秒である。
24
+ +`gps_clock`のエポックは、1980年1月6日 (この年の最初の日曜日) 0時0分0秒である。
25
+
26
+
27
+ ### うるう秒の扱い
28
+ < /code>< /pre> </summary >
29
+
30
+ <author >
31
+ <name >Akira Takahashi</name >
32
+
33
+ </author >
34
+ </entry >
35
+
36
+ <entry >
37
+ <title >gps_clock -- gps_clockのエポックを修正</title >
38
+ <link href =" https://cpprefjp.github.io/reference/chrono/gps_clock.html" />
39
+ <id >2eda71691cdba406667c3bee7e0e4834918f381c:reference/chrono/gps_clock.md</id >
40
+ <updated >2024-10-10T19:18:42+09:00</updated >
41
+
42
+ <summary type =" html" >< pre>< code> diff --git a/reference/chrono/gps_clock.md b/reference/chrono/gps_clock.md
43
+ index 2db96f1d6..a383403a7 100644
44
+ --- a/reference/chrono/gps_clock.md
45
+ +++ b/reference/chrono/gps_clock.md
46
+ @@ -19,7 +19,7 @@ namespace std::chrono {
47
+ ### エポック
48
+ クロックごとの初期時間 (内部的にカウンタがあれば値ゼロ) をエポックと呼ぶ。
49
+
50
+ -`gps_clock`のエポックは、1980年1月16日 (この年の最初の日曜日) 0時0分0秒である。
51
+ +`gps_clock`のエポックは、1980年1月6日 (この年の最初の日曜日) 0時0分0秒である。
52
+
53
+
54
+ ### うるう秒の扱い
55
+ < /code>< /pre> </summary >
56
+
57
+ <author >
58
+ <name >TatsukiKUROSAWA</name >
59
+
60
+ </author >
61
+ </entry >
62
+
9
63
<entry >
10
64
<title >cpprefjp - C++日本語リファレンス -- スポンサー画像を原寸大より大きくしてしまっていたのを修正</title >
11
65
<link href =" https://cpprefjp.github.io/index.html" />
@@ -263,59 +317,4 @@ index bebdacd05..f2e95b9e1 100644
263
317
</author >
264
318
</entry >
265
319
266
- <entry >
267
- <title >初期化文での型の別名宣言を許可 [P2360R0] -- コメントの誤りを修正</title >
268
- <link href =" https://cpprefjp.github.io/lang/cpp23/extend_init_statement_to_allow_alias_declaration.html" />
269
- <id >f9d46be05c3582e2150173beadd51475358fb1f2:lang/cpp23/extend_init_statement_to_allow_alias_declaration.md</id >
270
- <updated >2024-10-07T18:18:58+09:00</updated >
271
-
272
- <summary type =" html" >< pre>< code> diff --git a/lang/cpp23/extend_init_statement_to_allow_alias_declaration.md b/lang/cpp23/extend_init_statement_to_allow_alias_declaration.md
273
- index 484797e3e..fac074117 100644
274
- --- a/lang/cpp23/extend_init_statement_to_allow_alias_declaration.md
275
- +++ b/lang/cpp23/extend_init_statement_to_allow_alias_declaration.md
276
- @@ -38,7 +38,7 @@ int main()
277
- std::cout & lt;& lt; x & lt;& lt; std::endl;
278
- }
279
-
280
- - // C++20 : OK
281
- + // C++20 : NG
282
- // C++23 : OK
283
- if (using T = int; T x = f()) {
284
- std::cout & lt;& lt; x & lt;& lt; std::endl;
285
- < /code>< /pre> </summary >
286
-
287
- <author >
288
- <name >Raclamusi</name >
289
-
290
- </author >
291
- </entry >
292
-
293
- <entry >
294
- <title >format -- コード修飾を追加</title >
295
- <link href =" https://cpprefjp.github.io/reference/chrono/format.html" />
296
- <id >5d13ce90b81a3f49bec9aab0c6284ef829ae5edc:reference/chrono/format.md</id >
297
- <updated >2024-09-24T17:40:08+09:00</updated >
298
-
299
- <summary type =" html" >< pre>< code> diff --git a/reference/chrono/format.md b/reference/chrono/format.md
300
- index 4871d0814..491b7d90c 100644
301
- --- a/reference/chrono/format.md
302
- +++ b/reference/chrono/format.md
303
- @@ -115,6 +115,9 @@ int main()
304
- std::cout & lt;& lt; std::format(& #34;8. {:%A}& #34;, now) & lt;& lt; std::endl; // 曜日の完全名
305
- }
306
- ```
307
- +* std::chrono::system_clock[link /reference/chrono/system_clock.md]
308
- +* now()[link /reference/chrono/system_clock/now.md]
309
- +* std::chrono::time_point_cast[link /reference/chrono/time_point_cast.md]
310
-
311
- ### 出力例
312
- ```
313
- < /code>< /pre> </summary >
314
-
315
- <author >
316
- <name >Akira Takahashi</name >
317
-
318
- </author >
319
- </entry >
320
-
321
320
</feed >
0 commit comments