Skip to content

Commit 7a19d80

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 6b4c646 commit 7a19d80

File tree

3 files changed

+31
-34
lines changed

3 files changed

+31
-34
lines changed

reference/valarray/valarray.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-07-11T17:16:44">
192-
2025年07月11日 17時16分44秒
191+
<span itemprop="datePublished" content="2025-08-11T02:30:09">
192+
2025年08月11日 02時30分09秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -824,7 +824,7 @@ <h3>出力</h3>
824824
</code></pre></p>
825825
<h2>参照</h2>
826826
<ul>
827-
<li><a href="https://www.xlsoft.com/jp/products/intel/compilers/ccw/12/ug/cref_cls/common/cppref_valarray_use.htm" target="_blank">インテルの valarray の使用</a></li>
827+
<li><a href="https://web.archive.org/web/20230203193903/https://www.xlsoft.com/jp/products/intel/compilers/ccw/12/ug/cref_cls/common/cppref_valarray_use.htm" target="_blank">インテルの valarray の使用</a></li>
828828
</ul></div>
829829

830830
</div>

rss.xml

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,34 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2025-08-10T14:45:31.570990</updated>
6-
<id>4b238eb9-81b9-40f6-8b90-bcff0146fad6</id>
5+
<updated>2025-08-11T02:34:12.630938</updated>
6+
<id>383285e7-cffb-400d-a1b3-651310be5ca1</id>
77

88

9+
<entry>
10+
<title>valarray -- valarray: 参照リンクが消滅していたのでInternet Archiveに差し替え #1486</title>
11+
<link href="https://cpprefjp.github.io/reference/valarray/valarray.html"/>
12+
<id>c277769b065a5cb05a4f362e626b5dc6389855d9:reference/valarray/valarray.md</id>
13+
<updated>2025-08-11T11:30:09+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/valarray/valarray.md b/reference/valarray/valarray.md
16+
index 0a2ad864d..c73e7165b 100644
17+
--- a/reference/valarray/valarray.md
18+
+++ b/reference/valarray/valarray.md
19+
@@ -289,4 +289,4 @@ slice + multiply : {1,4,3,8,5,12}
20+
```
21+
22+
## 参照
23+
-- [インテルの valarray の使用](https://www.xlsoft.com/jp/products/intel/compilers/ccw/12/ug/cref_cls/common/cppref_valarray_use.htm)
24+
+- [インテルの valarray の使用](https://web.archive.org/web/20230203193903/https://www.xlsoft.com/jp/products/intel/compilers/ccw/12/ug/cref_cls/common/cppref_valarray_use.htm)
25+
&lt;/code&gt;&lt;/pre&gt;</summary>
26+
27+
<author>
28+
<name>Akira Takahashi</name>
29+
<email>[email protected]</email>
30+
</author>
31+
</entry>
32+
933
<entry>
1034
<title>equal_range -- fix link to first/second of std::pair</title>
1135
<link href="https://cpprefjp.github.io/reference/unordered_set/unordered_multiset/equal_range.html"/>
@@ -595,31 +619,4 @@ index dc0698ae6..6e2a712f0 100644
595619
</author>
596620
</entry>
597621

598-
<entry>
599-
<title>stod -- fix typo in std::stod()</title>
600-
<link href="https://cpprefjp.github.io/reference/string/stod.html"/>
601-
<id>11888d8f4fc06abc8657bd00de4d38056c15e9e5:reference/string/stod.md</id>
602-
<updated>2025-08-01T19:07:49+09:00</updated>
603-
604-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/string/stod.md b/reference/string/stod.md
605-
index cbf7ef217..2d61a8c0c 100644
606-
--- a/reference/string/stod.md
607-
+++ b/reference/string/stod.md
608-
@@ -28,7 +28,7 @@ namespace std {
609-
## 例外
610-
- 数値への変換が行われなかった場合、[`std::invalid_argument`](/reference/stdexcept.md)が送出される。
611-
- 以下の条件に合致した場合、[`std::out_of_range`](/reference/stdexcept.md)が送出される。
612-
- - `std::strtoull()`関数が[`errno`](/reference/cerrno/errno.md)変数に[`ERANGE`](/reference/cerrno.md)を設定した場合
613-
+ - `std::strtod()`関数が[`errno`](/reference/cerrno/errno.md)変数に[`ERANGE`](/reference/cerrno.md)を設定した場合
614-
- 結果が範囲外の値になった場合 (C++14)
615-
616-
617-
&lt;/code&gt;&lt;/pre&gt;</summary>
618-
619-
<author>
620-
<name>suomesta</name>
621-
<email>[email protected]</email>
622-
</author>
623-
</entry>
624-
625622
</feed>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37859,7 +37859,7 @@
3785937859

3786037860
<url>
3786137861
<loc>https://cpprefjp.github.io/reference/valarray/valarray.html</loc>
37862-
<lastmod>2025-07-22T23:37:52+09:00</lastmod>
37862+
<lastmod>2025-08-11T11:30:09+09:00</lastmod>
3786337863
<changefreq>daily</changefreq>
3786437864
<priority>0.7</priority>
3786537865
</url>

0 commit comments

Comments
 (0)