Skip to content

Commit fac437a

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 96061c1 commit fac437a

File tree

3 files changed

+44
-508
lines changed

3 files changed

+44
-508
lines changed

lang/cpp11/scoped_enum.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-07-08T07:33:21">
192-
2024年07月08日 07時33分21秒
191+
<span itemprop="datePublished" content="2024-08-14T11:55:57">
192+
2024年08月14日 11時55分57秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">Tetsuro Matsumura</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -258,8 +258,9 @@ <h2>仕様</h2>
258258
<h3><a href="#extended-unscoped-enum" id="extended-unscoped-enum">スコープを持つ列挙型に合わせた、enumの拡張</a></h3>
259259
<p>スコープを持つ列挙型の導入に合わせて、スコープを持たない列挙型もC++11で以下の機能拡張が行われた</p>
260260
<ul>
261-
<li>先行宣言ができるようになった</li>
262261
<li>基底型を指定できるようになった</li>
262+
<li>基底型が指定されている場合は、先行宣言ができるようになった</li>
263+
<li>列挙型名をスコープとして書けるようになった (<code>列挙型名::列挙子</code>が許可された)</li>
263264
</ul>
264265
<p>詳細は、上述した仕様を参照。</p>
265266
<h2></h2>

0 commit comments

Comments
 (0)