Skip to content

Commit a6e7393

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent bac41dd commit a6e7393

File tree

3 files changed

+34
-163
lines changed

3 files changed

+34
-163
lines changed

reference/stdexcept/logic_error.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="2026-01-08T12:52:39">
192-
2026年01月08日 12時52分39秒
191+
<span itemprop="datePublished" content="2026-01-16T09:50:10">
192+
2026年01月16日 09時50分10秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Raclamusi</span>
196+
<span itemprop="name">KaiTomotake</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -214,7 +214,7 @@
214214

215215
<div class="identifier-type">class</div><div class="header">&lt;stdexcept&gt;</div><h1 itemprop="name"><span class="namespace" title="namespace std">std::</span><span class="token">logic_error</span></h1>
216216
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span> <span class="p">{</span>
217-
<span class="k">class</span> <span class="nc">logic_error</span> <span class="o">:</span> <span class="k">public</span> <span class="n">exception</span><span class="p">;</span>
217+
<span class="k">class</span> <span class="nc">logic_error</span> <span class="o">:</span> <span class="k">public</span> <span class="n">exception</span><span class="p">;</span>
218218
<span class="p">}</span>
219219
</code></pre></div>
220220
</p>

rss.xml

Lines changed: 29 additions & 158 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,37 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2026-01-16T06:54:47.932759</updated>
6-
<id>777f27aa-4ea1-4ff9-ae58-8cab4ea51c3f</id>
5+
<updated>2026-01-16T09:54:35.815779</updated>
6+
<id>7ab21e4a-f1b5-4c60-99f2-51c48c6dd67c</id>
77

88

9+
<entry>
10+
<title>logic_error -- fix logic_error.md</title>
11+
<link href="https://cpprefjp.github.io/reference/stdexcept/logic_error.html"/>
12+
<id>7786c2f4ada20a63c6f4b654b75603bab146898b:reference/stdexcept/logic_error.md</id>
13+
<updated>2026-01-16T18:50:10+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stdexcept/logic_error.md b/reference/stdexcept/logic_error.md
16+
index f63d0f109..2a3f313eb 100644
17+
--- a/reference/stdexcept/logic_error.md
18+
+++ b/reference/stdexcept/logic_error.md
19+
@@ -6,7 +6,7 @@
20+
21+
```cpp
22+
namespace std {
23+
- class logic_error : public exception;
24+
+ class logic_error : public exception;
25+
}
26+
```
27+
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>KaiTomotake</name>
32+
<email>kaitomotake@gmail.com</email>
33+
</author>
34+
</entry>
35+
936
<entry>
1037
<title>コルーチン [P0912R5] -- lang/cpp20/coroutines: meta aliasタグ追加</title>
1138
<link href="https://cpprefjp.github.io/lang/cpp20/coroutines.html"/>
@@ -525,160 +552,4 @@ index 1364540b6..a3b84244b 100644
525552
</author>
526553
</entry>
527554

528-
<entry>
529-
<title>promise_type -- execution/task/promise_type: fix markup</title>
530-
<link href="https://cpprefjp.github.io/reference/execution/execution/task/promise_type.html"/>
531-
<id>f4f82e5121dc4aecb00b505aed087ea2f68ba13f:reference/execution/execution/task/promise_type.md</id>
532-
<updated>2026-01-15T11:30:00+09:00</updated>
533-
534-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/task/promise_type.md b/reference/execution/execution/task/promise_type.md
535-
index e319cda62..543c2f5e3 100644
536-
--- a/reference/execution/execution/task/promise_type.md
537-
+++ b/reference/execution/execution/task/promise_type.md
538-
@@ -1,4 +1,4 @@
539-
-# task::promise_type
540-
+# promise_type
541-
* execution[meta header]
542-
* class[meta id-type]
543-
* std::execution[meta namespace]
544-
&lt;/code&gt;&lt;/pre&gt;</summary>
545-
546-
<author>
547-
<name>yoh</name>
548-
<email>kawasaki.liamg@gmail.com</email>
549-
</author>
550-
</entry>
551-
552-
<entry>
553-
<title>await_transform -- execution/task/promise_type: fix markup</title>
554-
<link href="https://cpprefjp.github.io/reference/execution/execution/task/promise_type/await_transform.html"/>
555-
<id>f4f82e5121dc4aecb00b505aed087ea2f68ba13f:reference/execution/execution/task/promise_type/await_transform.md</id>
556-
<updated>2026-01-15T11:30:00+09:00</updated>
557-
558-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/task/promise_type/await_transform.md b/reference/execution/execution/task/promise_type/await_transform.md
559-
index 477cd854c..8b94fbf43 100644
560-
--- a/reference/execution/execution/task/promise_type/await_transform.md
561-
+++ b/reference/execution/execution/task/promise_type/await_transform.md
562-
@@ -15,7 +15,7 @@ auto await_transform(change_coroutine_scheduler&amp;lt;Sch&amp;gt; sch); // (2)
563-
* sender[link ../../sender.md]
564-
* change_coroutine_scheduler[link ../../change_coroutine_scheduler.md.nolink]
565-
566-
-# 概要
567-
+## 概要
568-
タスクコルーチンにおける[co_await式](/lang/cpp20/coroutines.md)の動作を制御する。
569-
プログラマが本関数を直接利用することは想定されていない。
570-
571-
&lt;/code&gt;&lt;/pre&gt;</summary>
572-
573-
<author>
574-
<name>yoh</name>
575-
<email>kawasaki.liamg@gmail.com</email>
576-
</author>
577-
</entry>
578-
579-
<entry>
580-
<title>get_env -- execution/task/promise_type: fix markup</title>
581-
<link href="https://cpprefjp.github.io/reference/execution/execution/task/promise_type/get_env.html"/>
582-
<id>f4f82e5121dc4aecb00b505aed087ea2f68ba13f:reference/execution/execution/task/promise_type/get_env.md</id>
583-
<updated>2026-01-15T11:30:00+09:00</updated>
584-
585-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/task/promise_type/get_env.md b/reference/execution/execution/task/promise_type/get_env.md
586-
index fd30e2182..cd174828b 100644
587-
--- a/reference/execution/execution/task/promise_type/get_env.md
588-
+++ b/reference/execution/execution/task/promise_type/get_env.md
589-
@@ -14,7 +14,7 @@ unspecified get_env() const noexcept;
590-
591-
592-
## 戻り値
593-
-問い合わせが以下のようい転送されるオブジェクト`env`を返す。
594-
+問い合わせが以下のように転送されるオブジェクト`env`を返す。
595-
596-
- `env.query(`[`get_scheduler`](../../get_scheduler.md)`)`は[`scheduler_type`](../../task.md)`(SCHED(*this))`を返す。
597-
- `env.query(`[`get_allocator`](../../../get_allocator.md)`)`は`alloc`を返す。
598-
&lt;/code&gt;&lt;/pre&gt;</summary>
599-
600-
<author>
601-
<name>yoh</name>
602-
<email>kawasaki.liamg@gmail.com</email>
603-
</author>
604-
</entry>
605-
606-
<entry>
607-
<title>コンストラクタ -- execution/task/promise_type: fix markup</title>
608-
<link href="https://cpprefjp.github.io/reference/execution/execution/task/promise_type/op_constructor.html"/>
609-
<id>f4f82e5121dc4aecb00b505aed087ea2f68ba13f:reference/execution/execution/task/promise_type/op_constructor.md</id>
610-
<updated>2026-01-15T11:30:00+09:00</updated>
611-
612-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/task/promise_type/op_constructor.md b/reference/execution/execution/task/promise_type/op_constructor.md
613-
index e9b8e613d..5ae4acded 100644
614-
--- a/reference/execution/execution/task/promise_type/op_constructor.md
615-
+++ b/reference/execution/execution/task/promise_type/op_constructor.md
616-
@@ -10,7 +10,7 @@ template&amp;lt;class... Args&amp;gt;
617-
promise_type(const Args&amp;amp;... args);
618-
```
619-
620-
-# 概要
621-
+## 概要
622-
タスクコルーチンの[Promise型](/lang/cpp20/coroutines.md)コンストラクタ。
623-
プログラマが本コンストラクタを直接利用することは想定されていない。
624-
625-
&lt;/code&gt;&lt;/pre&gt;</summary>
626-
627-
<author>
628-
<name>yoh</name>
629-
<email>kawasaki.liamg@gmail.com</email>
630-
</author>
631-
</entry>
632-
633-
<entry>
634-
<title>yield_value -- execution/task/promise_type: fix markup</title>
635-
<link href="https://cpprefjp.github.io/reference/execution/execution/task/promise_type/yield_value.html"/>
636-
<id>f4f82e5121dc4aecb00b505aed087ea2f68ba13f:reference/execution/execution/task/promise_type/yield_value.md</id>
637-
<updated>2026-01-15T11:30:00+09:00</updated>
638-
639-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/task/promise_type/yield_value.md b/reference/execution/execution/task/promise_type/yield_value.md
640-
index 102049505..edc24f5aa 100644
641-
--- a/reference/execution/execution/task/promise_type/yield_value.md
642-
+++ b/reference/execution/execution/task/promise_type/yield_value.md
643-
@@ -11,7 +11,7 @@ auto yield_value(with_error&amp;lt;Err&amp;gt; err);
644-
```
645-
* with_error[link ../../with_error.md.nolink]
646-
647-
-# 概要
648-
+## 概要
649-
タスクコルーチンにおける[co_yield式](/lang/cpp20/coroutines.md)の動作を制御する。
650-
プログラマが本関数を直接利用することは想定されていない。
651-
652-
&lt;/code&gt;&lt;/pre&gt;</summary>
653-
654-
<author>
655-
<name>yoh</name>
656-
<email>kawasaki.liamg@gmail.com</email>
657-
</author>
658-
</entry>
659-
660-
<entry>
661-
<title>state -- execution/task/promise_type: fix markup</title>
662-
<link href="https://cpprefjp.github.io/reference/execution/execution/task/state.html"/>
663-
<id>f4f82e5121dc4aecb00b505aed087ea2f68ba13f:reference/execution/execution/task/state.md</id>
664-
<updated>2026-01-15T11:30:00+09:00</updated>
665-
666-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/task/state.md b/reference/execution/execution/task/state.md
667-
index f0d9ad975..6d4e38520 100644
668-
--- a/reference/execution/execution/task/state.md
669-
+++ b/reference/execution/execution/task/state.md
670-
@@ -1,4 +1,4 @@
671-
-# task::state
672-
+# state
673-
* execution[meta header]
674-
* class template[meta id-type]
675-
* std::execution[meta namespace]
676-
&lt;/code&gt;&lt;/pre&gt;</summary>
677-
678-
<author>
679-
<name>yoh</name>
680-
<email>kawasaki.liamg@gmail.com</email>
681-
</author>
682-
</entry>
683-
684555
</feed>

sitemap.xml

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

2969129691
<url>
2969229692
<loc>https://cpprefjp.github.io/reference/stdexcept/logic_error.html</loc>
29693-
<lastmod>2026-01-13T16:50:27+09:00</lastmod>
29693+
<lastmod>2026-01-16T18:50:10+09:00</lastmod>
2969429694
<changefreq>daily</changefreq>
2969529695
<priority>0.7</priority>
2969629696
</url>

0 commit comments

Comments
 (0)