|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom">
|
3 | 3 | <title>cpprefjp - C++日本語リファレンス</title>
|
4 | 4 | <link href="https://cpprefjp.github.io" />
|
5 |
| - <updated>2025-07-07T03:58:05.466176</updated> |
6 |
| - <id>fa26242c-0868-4d4e-9cb5-d94de4cb7d90</id> |
| 5 | + <updated>2025-07-07T04:39:37.735097</updated> |
| 6 | + <id>72994e93-e971-413b-90cd-b373ff723e3d</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>ファイルを読み込む#embed命令を追加 [P1967R14] -- cpp26/embed: remove redundant ';'</title> |
| 11 | + <link href="https://cpprefjp.github.io/lang/cpp26/embed.html"/> |
| 12 | + <id>293009535b8359be4d1a71250c41561a5b16008b:lang/cpp26/embed.md</id> |
| 13 | + <updated>2025-07-07T13:17:55+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/lang/cpp26/embed.md b/lang/cpp26/embed.md |
| 16 | +index 7b2b64d8a..fa2b4860f 100644 |
| 17 | +--- a/lang/cpp26/embed.md |
| 18 | ++++ b/lang/cpp26/embed.md |
| 19 | +@@ -46,7 +46,7 @@ int main() { |
| 20 | + ```cpp example |
| 21 | + int main() { |
| 22 | + constexpr unsigned char limited_data[] = { |
| 23 | +- #embed &#34;data.bin&#34; limit(1024); |
| 24 | ++ #embed &#34;data.bin&#34; limit(1024) |
| 25 | + }; |
| 26 | + constexpr unsigned char prefixed_data[] = { |
| 27 | + #embed &#34;data.bin&#34; prefix(0x01, 0x02, 0x03) |
| 28 | +@@ -79,4 +79,4 @@ int main() { |
| 29 | + |
| 30 | + |
| 31 | + ## 参照 |
| 32 | +-- [P1967R14 #embed - a scannable, tooling-friendly binary resource inclusion mechanism](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p1967r14.html) |
| 33 | +\ No newline at end of file |
| 34 | ++- [P1967R14 #embed - a scannable, tooling-friendly binary resource inclusion mechanism](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p1967r14.html) |
| 35 | +</code></pre></summary> |
| 36 | + |
| 37 | + <author> |
| 38 | + <name>yoh</name> |
| 39 | + |
| 40 | + </author> |
| 41 | + </entry> |
| 42 | + |
9 | 43 | <entry>
|
10 | 44 | <title>for_each_n -- added link for for_each_n.md</title>
|
11 | 45 | <link href="https://cpprefjp.github.io/reference/algorithm/for_each_n.html"/>
|
@@ -113,42 +147,6 @@ index 352e17c24..8c9242507 100644
|
113 | 147 | +* v.begin[link /reference/vector/vector/begin.md]
|
114 | 148 | +* v.end[link /reference/vector/vector/end.md]
|
115 | 149 | +* std::cout[link /reference/iostream/cout.md]
|
116 |
| -+* std::endl[link /reference/ostream/endl.md] |
117 |
| - |
118 |
| - ### 出力 |
119 |
| - ``` |
120 |
| -</code></pre></summary> |
121 |
| - |
122 |
| - <author> |
123 |
| - <name>rotarymars</name> |
124 |
| - |
125 |
| - </author> |
126 |
| - </entry> |
127 |
| - |
128 |
| - <entry> |
129 |
| - <title>find_first_of -- added link for find_first_of.md</title> |
130 |
| - <link href="https://cpprefjp.github.io/reference/algorithm/find_first_of.html"/> |
131 |
| - <id>e4bd88863a2b0aca9818d258e77d270558e26369:reference/algorithm/find_first_of.md</id> |
132 |
| - <updated>2025-07-07T12:33:37+09:00</updated> |
133 |
| - |
134 |
| - <summary type="html"><pre><code>diff --git a/reference/algorithm/find_first_of.md b/reference/algorithm/find_first_of.md |
135 |
| -index be67c0a13..ee530c3f1 100644 |
136 |
| ---- a/reference/algorithm/find_first_of.md |
137 |
| -+++ b/reference/algorithm/find_first_of.md |
138 |
| -@@ -105,8 +105,15 @@ int main() { |
139 |
| - } |
140 |
| - ``` |
141 |
| - * std::find_first_of[color ff0000] |
142 |
| --* ls.begin()[link /reference/list/list/begin.md] |
143 |
| --* ls.end()[link /reference/list/list/end.md] |
144 |
| -+* std::vector[link /reference/vector/vector.md] |
145 |
| -+* std::list[link /reference/list/list.md] |
146 |
| -+* v.begin[link /reference/vector/vector/begin.md] |
147 |
| -+* v.end[link /reference/vector/vector/end.md] |
148 |
| -+* ls.begin[link /reference/list/list/begin.md] |
149 |
| -+* ls.end[link /reference/list/list/end.md] |
150 |
| -+* std::distance[link /reference/iterator/distance.md] |
151 |
| -+* std::cout[link /reference/iostream/cout.md] |
152 | 150 | +* std::endl[link /reference/ostream/endl.md]
|
153 | 151 |
|
154 | 152 | ### 出力
|
|
0 commit comments