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-09-18T03:34:19.397763 </updated >
6
- <id >cb90d7ef-68ab-41d6-b8ba-85a6db56fa76 </id >
5
+ <updated >2024-09-18T03:39:51.306694 </updated >
6
+ <id >2f4ac9f4-f9fd-48d3-a97f-3e124658e0a3 </id >
7
7
8
8
9
+ <entry >
10
+ <title >breakpoint -- < debugging> : MSVCの実装状況をまちがえた #1232</title >
11
+ <link href =" https://cpprefjp.github.io/reference/debugging/breakpoint.html" />
12
+ <id >6572301df3e91804b2d1ec3fa49071eb3626ec35:reference/debugging/breakpoint.md</id >
13
+ <updated >2024-09-18T12:36:29+09:00</updated >
14
+
15
+ <summary type =" html" >< pre>< code> diff --git a/reference/debugging/breakpoint.md b/reference/debugging/breakpoint.md
16
+ index 8b0d35282..eca120ffc 100644
17
+ --- a/reference/debugging/breakpoint.md
18
+ +++ b/reference/debugging/breakpoint.md
19
+ @@ -74,7 +74,7 @@ int main() {
20
+ ### 処理系
21
+ - [Clang](/implementation.md#clang): 19 [mark noimpl]
22
+ - [GCC](/implementation.md#gcc): 14 [mark noimpl]
23
+ -- [Visual C++](/implementation.md#visual_cpp): 2022 Update 10
24
+ +- [Visual C++](/implementation.md#visual_cpp): 2022 Update 10 [mark noimpl]
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 >breakpoint_if_debugging -- < debugging> : MSVCの実装状況をまちがえた #1232</title >
38
+ <link href =" https://cpprefjp.github.io/reference/debugging/breakpoint_if_debugging.html" />
39
+ <id >6572301df3e91804b2d1ec3fa49071eb3626ec35:reference/debugging/breakpoint_if_debugging.md</id >
40
+ <updated >2024-09-18T12:36:29+09:00</updated >
41
+
42
+ <summary type =" html" >< pre>< code> diff --git a/reference/debugging/breakpoint_if_debugging.md b/reference/debugging/breakpoint_if_debugging.md
43
+ index 9850e11da..742e93cb9 100644
44
+ --- a/reference/debugging/breakpoint_if_debugging.md
45
+ +++ b/reference/debugging/breakpoint_if_debugging.md
46
+ @@ -76,7 +76,7 @@ int main() {
47
+ ### 処理系
48
+ - [Clang](/implementation.md#clang): 19 [mark noimpl]
49
+ - [GCC](/implementation.md#gcc): 14 [mark noimpl]
50
+ -- [Visual C++](/implementation.md#visual_cpp): 2022 Update 10
51
+ +- [Visual C++](/implementation.md#visual_cpp): 2022 Update 10 [mark noimpl]
52
+
53
+
54
+ ## 参照
55
+ < /code>< /pre> </summary >
56
+
57
+ <author >
58
+ <name >Akira Takahashi</name >
59
+
60
+ </author >
61
+ </entry >
62
+
63
+ <entry >
64
+ <title >is_debugger_present -- < debugging> : MSVCの実装状況をまちがえた #1232</title >
65
+ <link href =" https://cpprefjp.github.io/reference/debugging/is_debugger_present.html" />
66
+ <id >6572301df3e91804b2d1ec3fa49071eb3626ec35:reference/debugging/is_debugger_present.md</id >
67
+ <updated >2024-09-18T12:36:29+09:00</updated >
68
+
69
+ <summary type =" html" >< pre>< code> diff --git a/reference/debugging/is_debugger_present.md b/reference/debugging/is_debugger_present.md
70
+ index 0d4454818..4cabd44f4 100644
71
+ --- a/reference/debugging/is_debugger_present.md
72
+ +++ b/reference/debugging/is_debugger_present.md
73
+ @@ -85,7 +85,7 @@ int main() {
74
+ ### 処理系
75
+ - [Clang](/implementation.md#clang): 19 [mark noimpl]
76
+ - [GCC](/implementation.md#gcc): 14 [mark noimpl]
77
+ -- [Visual C++](/implementation.md#visual_cpp): 2022 Update 10
78
+ +- [Visual C++](/implementation.md#visual_cpp): 2022 Update 10 [mark noimpl]
79
+
80
+
81
+ ## 参照
82
+ < /code>< /pre> </summary >
83
+
84
+ <author >
85
+ <name >Akira Takahashi</name >
86
+
87
+ </author >
88
+ </entry >
89
+
9
90
<entry >
10
91
<title >C++26 -- C++26対応として< debugging> ライブラリを追加 (close #1232)</title >
11
92
<link href =" https://cpprefjp.github.io/lang/cpp26.html" />
@@ -2810,31 +2891,4 @@ index 000000000..3828d6207
2810
2891
</author >
2811
2892
</entry >
2812
2893
2813
- <entry >
2814
- <title >関数宣言を削除する理由を指定できるようにする [P2573R2] -- fix typo</title >
2815
- <link href =" https://cpprefjp.github.io/lang/cpp26/delete_reason.html" />
2816
- <id >2d8079718d12e243ff8e8d867da74170fb169149:lang/cpp26/delete_reason.md</id >
2817
- <updated >2024-09-13T12:27:08+09:00</updated >
2818
-
2819
- <summary type =" html" >< pre>< code> diff --git a/lang/cpp26/delete_reason.md b/lang/cpp26/delete_reason.md
2820
- index cb0e8389a..446cc28e1 100644
2821
- --- a/lang/cpp26/delete_reason.md
2822
- +++ b/lang/cpp26/delete_reason.md
2823
- @@ -10,7 +10,7 @@
2824
- & lt;!-- last lang caution --& gt;
2825
-
2826
- ## 概要
2827
- -C++26では、関数をdelte宣言する際に、その理由をコンパイル時文字列で指定できるようになる。
2828
- +C++26では、関数をdelete宣言する際に、その理由をコンパイル時文字列で指定できるようになる。
2829
-
2830
- ```cpp
2831
- // 別名の新たなAPIを用意する場合に、そちらに誘導する
2832
- < /code>< /pre> </summary >
2833
-
2834
- <author >
2835
- <name >Akira Takahashi</name >
2836
-
2837
- </author >
2838
- </entry >
2839
-
2840
2894
</feed >
0 commit comments