Skip to content

Commit 193f046

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent da64d3d commit 193f046

File tree

3 files changed

+463
-35
lines changed

3 files changed

+463
-35
lines changed

lang/cpp23.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<meta property="og:url" content="https://cpprefjp.github.io/lang/cpp23.html" />
2929
<meta property="og:site_name" content="cpprefjp - C++日本語リファレンス" />
3030
<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++バージョンの通称である。" />
3232
<meta name="twitter:card" content="summary" />
3333
<meta name="twitter:title" content="C++23 - cpprefjp C++日本語リファレンス" />
3434
<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++バージョンの通称である。" />
3636

3737

3838
<link rel="alternate" type="application/atom+xml" title="Atom" href="https://cpprefjp.github.io/rss.xml" />
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(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秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -202,7 +202,7 @@
202202

203203
<h1 itemprop="name"><span class="token">C++23</span></h1>
204204
<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>
206206
<p>このバージョンは、策定中のためC++2bと呼ばれることがある。「(C++20である2020年の次の) 202b年にリリースされる」という伏せ字として「b」が使われているが、3年周期に次のバージョンが策定されることが決まっているため、伏せ字になっている年数がずれることはない。</p>
207207
<h2>言語機能</h2>
208208
<h3>変数</h3>

0 commit comments

Comments
 (0)