File tree Expand file tree Collapse file tree 4 files changed +625
-13
lines changed Expand file tree Collapse file tree 4 files changed +625
-13
lines changed Original file line number Diff line number Diff line change 164
164
165
165
< p class ="text-right "> < small >
166
166
最終更新日時(UTC):
167
- < span itemprop ="datePublished " content ="2024-07-31T04:45:02 ">
168
- 2024年07月31日 04時45分02秒
167
+ < span itemprop ="datePublished " content ="2024-10-21T09:05:58 ">
168
+ 2024年10月21日 09時05分58秒
169
169
</ span >
170
170
< br />
171
171
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -216,7 +216,7 @@ <h2><a href="#list-of-iso-cpp" id="list-of-iso-cpp">国際標準規格の一覧<
216
216
</ tr >
217
217
< tr >
218
218
< td align ="left "> < a href ="lang/cpp23.html "> C++23</ a > (C++2b)</ td >
219
- < td align ="left "> ISO/IEC 14882:2023 (予定) </ td >
219
+ < td align ="left "> ISO/IEC 14882:2024 </ td >
220
220
< td align ="left "> N4950(< a href ="https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/n4950.pdf " target ="_blank "> PDF</ a > /< a href ="https://timsong-cpp.github.io/cppwp/n4950/ " target ="_blank "> HTML</ a > )</ td >
221
221
< td align ="left "> N4950 N4944 N4928 N4917 N4910 N4901 N4892 N4885 N4878< br /> N4868 N4861</ td >
222
222
< td align ="left "> < code > 202302L</ code > </ td >
@@ -311,6 +311,7 @@ <h2><a href="#iso-cpp-documents" id="iso-cpp-documents">用語: 国際標準規
311
311
< h2 > 参照</ h2 >
312
312
< ul >
313
313
< li > 標準規格< ul >
314
+ < li > < a href ="https://www.iso.org/standard/83626.html " target ="_blank "> ISO/IEC 14882:2024 - Programming languages — C++</ a > </ li >
314
315
< li > < a href ="https://www.iso.org/standard/79358.html " target ="_blank "> ISO/IEC 14882:2020 - Programming languages — C++</ a > </ li >
315
316
< li > < a href ="https://www.iso.org/standard/68564.html " target ="_blank "> ISO/IEC 14882:2017 - Programming languages -- C++</ a > </ li >
316
317
< li > < a href ="https://www.iso.org/standard/64029.html " target ="_blank "> ISO/IEC 14882:2014 - Information technology -- Programming languages -- C++</ a > </ li >
Original file line number Diff line number Diff line change 28
28
< meta property ="og:url " content ="https://cpprefjp.github.io/lang/cpp23.html " />
29
29
< meta property ="og:site_name " content ="cpprefjp - C++日本語リファレンス " />
30
30
< meta property ="og:type " content ="article " />
31
- < meta property ="og:description " content ="C++23とは、2023年中に改訂される予定の、C ++バージョンの通称である。 " />
31
+ < meta property ="og:description " content ="C++23とは、2020年中に改訂され、ISO/IEC 14882:2024で標準規格化されたC ++バージョンの通称である。 " />
32
32
< meta name ="twitter:card " content ="summary " />
33
33
< meta name ="twitter:title " content ="C++23 - cpprefjp C++日本語リファレンス " />
34
34
< meta name ="twitter:url " content ="https://cpprefjp.github.io/lang/cpp23.html " />
35
- < meta name ="twitter:description " content ="C++23とは、2023年中に改訂される予定の、C ++バージョンの通称である。 " />
35
+ < meta name ="twitter:description " content ="C++23とは、2020年中に改訂され、ISO/IEC 14882:2024で標準規格化されたC ++バージョンの通称である。 " />
36
36
37
37
38
38
< link rel ="alternate " type ="application/atom+xml " title ="Atom " href ="https://cpprefjp.github.io/rss.xml " />
176
176
177
177
< p class ="text-right "> < small >
178
178
最終更新日時(UTC):
179
- < span itemprop ="datePublished " content ="2024-08-15T04:13:14 ">
180
- 2024年08月15日 04時13分14秒
179
+ < span itemprop ="datePublished " content ="2024-10-21T09:05:58 ">
180
+ 2024年10月21日 09時05分58秒
181
181
</ span >
182
182
< br />
183
183
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
184
- < span itemprop ="name "> suomesta </ span >
184
+ < span itemprop ="name "> Akira Takahashi </ span >
185
185
</ span >
186
186
が更新
187
187
</ small > </ p >
202
202
203
203
< h1 itemprop ="name "> < span class ="token "> C++23</ span > </ h1 >
204
204
< div itemprop ="articleBody "> < h2 > 概要</ h2 >
205
- < p > C++23とは、2023年中に改訂される予定の、C ++バージョンの通称である。</ p >
205
+ < p > C++23とは、2020年中に改訂され、ISO/IEC 14882:2024で標準規格化されたC ++バージョンの通称である。</ p >
206
206
< p > このバージョンは、策定中のためC++2bと呼ばれることがある。「(C++20である2020年の次の) 202b年にリリースされる」という伏せ字として「b」が使われているが、3年周期に次のバージョンが策定されることが決まっているため、伏せ字になっている年数がずれることはない。</ p >
207
207
< h2 > 言語機能</ h2 >
208
208
< h3 > 変数</ h3 >
You can’t perform that action at this time.
0 commit comments