Skip to content

Commit c19e97f

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 1c0de2a commit c19e97f

File tree

5 files changed

+239
-485
lines changed

5 files changed

+239
-485
lines changed

reference/charconv.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2024-06-11T13:45:38">
180-
2024年06月11日 13時45分38秒
179+
<span itemprop="datePublished" content="2025-07-01T12:03:30">
180+
2025年07月01日 12時03分30秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
184-
<span itemprop="name">Akira Takahashi</span>
184+
<span itemprop="name">suomesta</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -332,7 +332,7 @@ <h3>言語</h3>
332332
</ul>
333333
<h3>処理系</h3>
334334
<ul>
335-
<li><a href="../implementation.html#clang">Clang</a>: 7.0(整数のみ) <span aria-label="検証済" role="img" title="検証済"></span>, 14.0(to_chars()のみ浮動小数点もsupport) <span aria-label="検証済" role="img" title="検証済"></span></li>
335+
<li><a href="../implementation.html#clang">Clang</a>: 7.0(整数のみ) <span aria-label="検証済" role="img" title="検証済"></span>, 14.0(to_chars()のみ浮動小数点もsupport), 20.1(from_chars()もdouble, floatをsupport) <span aria-label="検証済" role="img" title="検証済"></span></li>
336336
<li><a href="../implementation.html#gcc">GCC</a>: 8.0(整数のみ) <span aria-label="検証済" role="img" title="検証済"></span>, 11.1(full support) <span aria-label="検証済" role="img" title="検証済"></span></li>
337337
<li><a href="../implementation.html#visual_cpp">Visual C++</a>: 2017 update 7(整数のみ) <span aria-label="検証済" role="img" title="検証済"></span>, update 9(full support) <span aria-label="検証済" role="img" title="検証済"></span></li>
338338
</ul>

reference/charconv/from_chars.html

Lines changed: 4 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="2025-05-22T12:25:02">
192-
2025年05月22日 12時25分02秒
191+
<span itemprop="datePublished" content="2025-07-01T12:03:30">
192+
2025年07月01日 12時03分30秒
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">suomesta</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -707,7 +707,7 @@ <h3>言語</h3>
707707
</ul>
708708
<h3>処理系</h3>
709709
<ul>
710-
<li><a href="../../implementation.html#clang">Clang</a>: 7.0(整数のみ) <span aria-label="検証済" role="img" title="検証済"></span></li>
710+
<li><a href="../../implementation.html#clang">Clang</a>: 7.0(整数のみ), 20.1(from_chars()もdouble, floatをsupport) <span aria-label="検証済" role="img" title="検証済"></span></li>
711711
<li><a href="../../implementation.html#gcc">GCC</a>: 8.0(整数のみ) <span aria-label="検証済" role="img" title="検証済"></span>, 11.1(full support) <span aria-label="検証済" role="img" title="検証済"></span></li>
712712
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: 2017 update 7(整数のみ) <span aria-label="検証済" role="img" title="検証済"></span>, update 9(full support) <span aria-label="検証済" role="img" title="検証済"></span></li>
713713
</ul>

reference/charconv/to_chars.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="2025-05-23T01:33:50">
192-
2025年05月23日 01時33分50秒
191+
<span itemprop="datePublished" content="2025-07-01T12:03:30">
192+
2025年07月01日 12時03分30秒
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">suomesta</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -603,10 +603,11 @@ <h3>言語</h3>
603603
</ul>
604604
<h3>処理系</h3>
605605
<ul>
606-
<li><a href="../../implementation.html#clang">Clang</a>: 7.0(整数のみ) <span aria-label="検証済" role="img" title="検証済"></span>, 14.0(full support) <span aria-label="検証済" role="img" title="検証済"></span></li>
606+
<li><a href="../../implementation.html#clang">Clang</a>: 7.0(整数のみ) <span aria-label="検証済" role="img" title="検証済"></span>, 14.0(full support) <span aria-label="検証済" role="img" title="検証済"></span></li>
607607
<li><a href="../../implementation.html#gcc">GCC</a>: 8.0(整数のみ) <span aria-label="検証済" role="img" title="検証済"></span>, 11.1(full support) <span aria-label="検証済" role="img" title="検証済"></span></li>
608608
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: 2017 update 7(整数のみ) <span aria-label="検証済" role="img" title="検証済"></span>, update 9(full support) <span aria-label="検証済" role="img" title="検証済"></span></li>
609609
</ul>
610+
<p>※ Clangの実装では、(8), (12)は第3引数のlong double変数が関数内でdouble型に変換される。</p>
610611
<h2>関連項目</h2>
611612
<ul>
612613
<li><code><a href="chars_format.html">chars_format</a></code></li>

0 commit comments

Comments
 (0)