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-31T14:41:24.749469 </updated >
6- <id >7a8448b6-5160-48bc-b6f1-2e002929f38e </id >
5+ <updated >2025-09-01T09:00:37.178650 </updated >
6+ <id >d4c85453-0d2f-42a2-891e-2a6fd3393088 </id >
77
88
9+ <entry >
10+ <title >allocator-aware-forward -- リンクミスを修正 (close #1526)</title >
11+ <link href =" https://cpprefjp.github.io/reference/execution/execution/allocator-aware-forward.html" />
12+ <id >07c5ad841f0e4a14ea94bb101ed53b0da3a43e11:reference/execution/execution/allocator-aware-forward.md</id >
13+ <updated >2025-09-01T17:56:30+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/allocator-aware-forward.md b/reference/execution/execution/allocator-aware-forward.md
16+ index f44627569..4637c1d7d 100644
17+ --- a/reference/execution/execution/allocator-aware-forward.md
18+ +++ b/reference/execution/execution/allocator-aware-forward.md
19+ @@ -39,4 +39,4 @@ decltype(auto) allocator-aware-forward(T& amp;& amp; obj, Context& amp;& amp; context);
20+
21+
22+ ## 参照
23+ -- [P3433R1 Allocator Support for Operation States](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3433r1.pdf0)
24+ +- [P3433R1 Allocator Support for Operation States](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3433r1.pdf)
25+ < /code>< /pre> </summary >
26+
27+ <author >
28+ <name >Akira Takahashi</name >
29+ 30+ </author >
31+ </entry >
32+
33+ <entry >
34+ <title >impls-for -- リンクミスを修正 (close #1526)</title >
35+ <link href =" https://cpprefjp.github.io/reference/execution/execution/impls-for.html" />
36+ <id >07c5ad841f0e4a14ea94bb101ed53b0da3a43e11:reference/execution/execution/impls-for.md</id >
37+ <updated >2025-09-01T17:56:30+09:00</updated >
38+
39+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/impls-for.md b/reference/execution/execution/impls-for.md
40+ index 13639a940..72f754f83 100644
41+ --- a/reference/execution/execution/impls-for.md
42+ +++ b/reference/execution/execution/impls-for.md
43+ @@ -147,5 +147,5 @@ static consteval void default-impls::check-types();
44+
45+ ## 参照
46+ - [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
47+ -- [P3433R1 Allocator Support for Operation States](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3433r1.pdf0)
48+ +- [P3433R1 Allocator Support for Operation States](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3433r1.pdf)
49+ - [P3557R3 High-Quality Sender Diagnostics with Constexpr Exceptions](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3557r3.html)
50+ < /code>< /pre> </summary >
51+
52+ <author >
53+ <name >Akira Takahashi</name >
54+ 55+ </author >
56+ </entry >
57+
58+ <entry >
59+ <title >let_value -- リンクミスを修正 (close #1526)</title >
60+ <link href =" https://cpprefjp.github.io/reference/execution/execution/let_value.html" />
61+ <id >07c5ad841f0e4a14ea94bb101ed53b0da3a43e11:reference/execution/execution/let_value.md</id >
62+ <updated >2025-09-01T17:56:30+09:00</updated >
63+
64+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/let_value.md b/reference/execution/execution/let_value.md
65+ index 5582e4a11..a21829bfa 100644
66+ --- a/reference/execution/execution/let_value.md
67+ +++ b/reference/execution/execution/let_value.md
68+ @@ -440,7 +440,7 @@ catch 0
69+ - [P2999R3 Sender Algorithm Customization](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html)
70+ - [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
71+ - [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
72+ -- [P3433R1 Allocator Support for Operation States](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3433r1.pdf0)
73+ +- [P3433R1 Allocator Support for Operation States](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3433r1.pdf)
74+ - [P3557R3 High-Quality Sender Diagnostics with Constexpr Exceptions](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3557r3.html)
75+ - [LWG 4203. Constraints on `get-state` functions are incorrect](https://cplusplus.github.io/LWG/issue4203)
76+ - [LWG 4204. specification of `as-sndr2(Sig)` in [exec.let] is incomplete](https://cplusplus.github.io/LWG/issue4204)
77+ < /code>< /pre> </summary >
78+
79+ <author >
80+ <name >Akira Takahashi</name >
81+ 82+ </author >
83+ </entry >
84+
985 <entry >
1086 <title >非型テンプレートパラメータのauto宣言 [P0127R2] -- 文章中やコメントの全角スペースを半角スペースに置換</title >
1187 <link href =" https://cpprefjp.github.io/lang/cpp17/declaring_non-type_template_arguments_with_auto.html" />
@@ -2185,31 +2261,4 @@ index 0011209df..5e462ac12 100644
21852261 </author >
21862262 </entry >
21872263
2188- <entry >
2189- <title >max -- < sup> タグが正しく表示されるように修正</title >
2190- <link href =" https://cpprefjp.github.io/reference/random/independent_bits_engine/max.html" />
2191- <id >98dc272e1b8c7844bf248c5b3487b4ecf4e252c4:reference/random/independent_bits_engine/max.md</id >
2192- <updated >2025-08-31T19:19:04+09:00</updated >
2193-
2194- <summary type =" html" >< pre>< code> diff --git a/reference/random/independent_bits_engine/max.md b/reference/random/independent_bits_engine/max.md
2195- index 2c77eec01..bb24d5e85 100644
2196- --- a/reference/random/independent_bits_engine/max.md
2197- +++ b/reference/random/independent_bits_engine/max.md
2198- @@ -14,7 +14,7 @@ static constexpr result_type max();
2199-
2200-
2201- ## 戻り値
2202- -最大値である`2`& lt;sup& gt;`w`& lt;/sup& gt;` -1`を返す。
2203- +最大値である& lt;code& gt;2& lt;sup& gt;w& lt;/sup& gt; - 1& lt;/code& gt;を返す。
2204-
2205-
2206- ## 計算量
2207- < /code>< /pre> </summary >
2208-
2209- <author >
2210- <name >Raclamusi</name >
2211- 2212- </author >
2213- </entry >
2214-
22152264</feed >
0 commit comments