22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2026-07-26T15:39:15.037793 </updated >
6- <id >ebafb86d-174d-4093-bbc8-42da927e9fd1 </id >
5+ <updated >2026-07-27T08:00:31.439017 </updated >
6+ <id >6bae063a-da14-4f16-8d7f-b926f2f3a056 </id >
77
88
9+ <entry >
10+ <title >function_ref -- function_ref : Clangで実装された</title >
11+ <link href =" https://cpprefjp.github.io/reference/functional/function_ref.html" />
12+ <id >6fb929b66d12c8b26626abd5a3b7bc5e3c6338ab:reference/functional/function_ref.md</id >
13+ <updated >2026-07-27T16:58:34+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/functional/function_ref.md b/reference/functional/function_ref.md
16+ index f77eba736..57297617d 100644
17+ --- a/reference/functional/function_ref.md
18+ +++ b/reference/functional/function_ref.md
19+ @@ -104,7 +104,7 @@ int main()
20+ - C++26
21+
22+ ### 処理系
23+ -- [Clang](/implementation.md#clang): ??
24+ +- [Clang](/implementation.md#clang): 24 [mark verified]
25+ - [GCC](/implementation.md#gcc): 16.1 [mark verified]
26+ - [ICC](/implementation.md#icc): ??
27+ - [Visual C++](/implementation.md#visual_cpp): ??
28+ < /code>< /pre> </summary >
29+
30+ <author >
31+ <name >Akira Takahashi</name >
32+ <email >faithandbrave@gmail.com</email >
33+ </author >
34+ </entry >
35+
36+ <entry >
37+ <title >operator= -- function_ref : Clangで実装された</title >
38+ <link href =" https://cpprefjp.github.io/reference/functional/function_ref/op_assign.html" />
39+ <id >6fb929b66d12c8b26626abd5a3b7bc5e3c6338ab:reference/functional/function_ref/op_assign.md</id >
40+ <updated >2026-07-27T16:58:34+09:00</updated >
41+
42+ <summary type =" html" >< pre>< code> diff --git a/reference/functional/function_ref/op_assign.md b/reference/functional/function_ref/op_assign.md
43+ index 284ae5679..e6e6059ed 100644
44+ --- a/reference/functional/function_ref/op_assign.md
45+ +++ b/reference/functional/function_ref/op_assign.md
46+ @@ -65,7 +65,7 @@ int main()
47+ - C++26
48+
49+ ### 処理系
50+ -- [Clang](/implementation.md#clang): ??
51+ +- [Clang](/implementation.md#clang): 24 [mark verified]
52+ - [GCC](/implementation.md#gcc): 16.1 [mark verified]
53+ - [ICC](/implementation.md#icc): ??
54+ - [Visual C++](/implementation.md#visual_cpp): ??
55+ < /code>< /pre> </summary >
56+
57+ <author >
58+ <name >Akira Takahashi</name >
59+ <email >faithandbrave@gmail.com</email >
60+ </author >
61+ </entry >
62+
63+ <entry >
64+ <title >operator() -- function_ref : Clangで実装された</title >
65+ <link href =" https://cpprefjp.github.io/reference/functional/function_ref/op_call.html" />
66+ <id >6fb929b66d12c8b26626abd5a3b7bc5e3c6338ab:reference/functional/function_ref/op_call.md</id >
67+ <updated >2026-07-27T16:58:34+09:00</updated >
68+
69+ <summary type =" html" >< pre>< code> diff --git a/reference/functional/function_ref/op_call.md b/reference/functional/function_ref/op_call.md
70+ index e0d500feb..adaba89af 100644
71+ --- a/reference/functional/function_ref/op_call.md
72+ +++ b/reference/functional/function_ref/op_call.md
73+ @@ -59,7 +59,7 @@ int main()
74+ - C++26
75+
76+ ### 処理系
77+ -- [Clang](/implementation.md#clang): ??
78+ +- [Clang](/implementation.md#clang): 24 [mark verified]
79+ - [GCC](/implementation.md#gcc): 16.1 [mark verified]
80+ - [ICC](/implementation.md#icc): ??
81+ - [Visual C++](/implementation.md#visual_cpp): ??
82+ < /code>< /pre> </summary >
83+
84+ <author >
85+ <name >Akira Takahashi</name >
86+ <email >faithandbrave@gmail.com</email >
87+ </author >
88+ </entry >
89+
90+ <entry >
91+ <title >コンストラクタ -- function_ref : Clangで実装された</title >
92+ <link href =" https://cpprefjp.github.io/reference/functional/function_ref/op_constructor.html" />
93+ <id >6fb929b66d12c8b26626abd5a3b7bc5e3c6338ab:reference/functional/function_ref/op_constructor.md</id >
94+ <updated >2026-07-27T16:58:34+09:00</updated >
95+
96+ <summary type =" html" >< pre>< code> diff --git a/reference/functional/function_ref/op_constructor.md b/reference/functional/function_ref/op_constructor.md
97+ index 0e741337a..f072819cc 100644
98+ --- a/reference/functional/function_ref/op_constructor.md
99+ +++ b/reference/functional/function_ref/op_constructor.md
100+ @@ -162,7 +162,7 @@ int main()
101+ - C++26
102+
103+ ### 処理系
104+ -- [Clang](/implementation.md#clang): ??
105+ +- [Clang](/implementation.md#clang): 24 [mark verified]
106+ - [GCC](/implementation.md#gcc): 16.1 [mark verified]
107+ - [ICC](/implementation.md#icc): ??
108+ - [Visual C++](/implementation.md#visual_cpp): ??
109+ < /code>< /pre> </summary >
110+
111+ <author >
112+ <name >Akira Takahashi</name >
113+ <email >faithandbrave@gmail.com</email >
114+ </author >
115+ </entry >
116+
117+ <entry >
118+ <title >推論補助 -- function_ref : Clangで実装された</title >
119+ <link href =" https://cpprefjp.github.io/reference/functional/function_ref/op_deduction_guide.html" />
120+ <id >6fb929b66d12c8b26626abd5a3b7bc5e3c6338ab:reference/functional/function_ref/op_deduction_guide.md</id >
121+ <updated >2026-07-27T16:58:34+09:00</updated >
122+
123+ <summary type =" html" >< pre>< code> diff --git a/reference/functional/function_ref/op_deduction_guide.md b/reference/functional/function_ref/op_deduction_guide.md
124+ index 876ad7081..31c1023d2 100644
125+ --- a/reference/functional/function_ref/op_deduction_guide.md
126+ +++ b/reference/functional/function_ref/op_deduction_guide.md
127+ @@ -82,7 +82,7 @@ int main()
128+ - C++26
129+
130+ ### 処理系
131+ -- [Clang](/implementation.md#clang): ??
132+ +- [Clang](/implementation.md#clang): 24 [mark verified]
133+ - [GCC](/implementation.md#gcc): 16.1 [mark verified]
134+ - [ICC](/implementation.md#icc): ??
135+ - [Visual C++](/implementation.md#visual_cpp): ??
136+ < /code>< /pre> </summary >
137+
138+ <author >
139+ <name >Akira Takahashi</name >
140+ <email >faithandbrave@gmail.com</email >
141+ </author >
142+ </entry >
143+
9144 <entry >
10145 <title >cpprefjp - C++日本語リファレンス -- スポンサー更新 #1667</title >
11146 <link href =" https://cpprefjp.github.io/index.html" />
@@ -1093,31 +1228,4 @@ index 222d0f4e8..5337f1b8a 100644
10931228 </author >
10941229 </entry >
10951230
1096- <entry >
1097- <title >エスケープシーケンスの区切り [P2290R3] -- fix unicode</title >
1098- <link href =" https://cpprefjp.github.io/lang/cpp23/delimited_escape_sequences.html" />
1099- <id >e68bf10bcf52f881748ad2f9bbc0238bab1a2e53:lang/cpp23/delimited_escape_sequences.md</id >
1100- <updated >2026-07-23T19:19:44+09:00</updated >
1101-
1102- <summary type =" html" >< pre>< code> diff --git a/lang/cpp23/delimited_escape_sequences.md b/lang/cpp23/delimited_escape_sequences.md
1103- index 1f0abfac5..6d2fc8d34 100644
1104- --- a/lang/cpp23/delimited_escape_sequences.md
1105- +++ b/lang/cpp23/delimited_escape_sequences.md
1106- @@ -24,7 +24,7 @@ C++23では、文字列リテラル中に記述するエスケープシーケン
1107- & #34;\x{ab}c& #34;; // C++23 : 2文字を表す
1108-
1109- // ユニバーサルキャラクタ名
1110- -u8& #34;\u0001F1F8& #34;; // 4文字か8文字のみ指定できる制限があるので先頭0埋めする
1111- +u8& #34;\U0001F1F8& #34;; // 4文字か8文字のみ指定できる制限があるので先頭0埋めする
1112- u8& #34;\u{1F1F8}& #34;; // C++23 : 5文字のコードポイントも記述できる
1113- ```
1114-
1115- < /code>< /pre> </summary >
1116-
1117- <author >
1118- <name >rotarymars</name >
1119- <email >s.goto2050@gmail.com</email >
1120- </author >
1121- </entry >
1122-
11231231</feed >
0 commit comments