File tree Expand file tree Collapse file tree 3 files changed +463
-35
lines changed Expand file tree Collapse file tree 3 files changed +463
-35
lines changed 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とは、2020年中に改訂され 、ISO/IEC 14882:2024で標準規格化されたC++バージョンの通称である。 " />
31
+ < meta property ="og:description " content ="C++23とは、2023年中に改訂され 、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とは、2020年中に改訂され 、ISO/IEC 14882:2024で標準規格化されたC++バージョンの通称である。 " />
35
+ < meta name ="twitter:description " content ="C++23とは、2023年中に改訂され 、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-10-21T09:05:58 ">
180
- 2024年10月21日 09時05分58秒
179
+ < span itemprop ="datePublished " content ="2024-11-27T09:37:40 ">
180
+ 2024年11月27日 09時37分40秒
181
181
</ span >
182
182
< br />
183
183
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
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とは、2020年中に改訂され 、ISO/IEC 14882:2024で標準規格化されたC++バージョンの通称である。</ p >
205
+ < p > C++23とは、2023年中に改訂され 、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