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" >< pre>< code> 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+ < /code>< /pre> </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" >< pre>< code> 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- < /code>< /pre> </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" >< pre>< code> 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& lt;Sch& 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- < /code>< /pre> </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" >< pre>< code> 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- < /code>< /pre> </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" >< pre>< code> 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& lt;class... Args& gt;
617- promise_type(const Args& amp;... args);
618- ```
619-
620- -# 概要
621- +## 概要
622- タスクコルーチンの[Promise型](/lang/cpp20/coroutines.md)コンストラクタ。
623- プログラマが本コンストラクタを直接利用することは想定されていない。
624-
625- < /code>< /pre> </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" >< pre>< code> 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& lt;Err& gt; err);
644- ```
645- * with_error[link ../../with_error.md.nolink]
646-
647- -# 概要
648- +## 概要
649- タスクコルーチンにおける[co_yield式](/lang/cpp20/coroutines.md)の動作を制御する。
650- プログラマが本関数を直接利用することは想定されていない。
651-
652- < /code>< /pre> </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" >< pre>< code> 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- < /code>< /pre> </summary >
677-
678- <author >
679- <name >yoh</name >
680- <email >kawasaki.liamg@gmail.com</email >
681- </author >
682- </entry >
683-
684555</feed >
0 commit comments