|
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>2024-10-06T14:40:26.854693</updated> |
6 |
| - <id>baf778ed-3ebe-4c19-9f99-5705d64bd22b</id> |
| 5 | + <updated>2024-10-07T09:23:04.294245</updated> |
| 6 | + <id>17bbc0fb-9aa1-43c8-8fb7-3e32c331181f</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>初期化文での型の別名宣言を許可 [P2360R0] -- コメントの誤りを修正</title> |
| 11 | + <link href="https://cpprefjp.github.io/lang/cpp23/extend_init_statement_to_allow_alias_declaration.html"/> |
| 12 | + <id>f9d46be05c3582e2150173beadd51475358fb1f2:lang/cpp23/extend_init_statement_to_allow_alias_declaration.md</id> |
| 13 | + <updated>2024-10-07T18:18:58+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/lang/cpp23/extend_init_statement_to_allow_alias_declaration.md b/lang/cpp23/extend_init_statement_to_allow_alias_declaration.md |
| 16 | +index 484797e3e..fac074117 100644 |
| 17 | +--- a/lang/cpp23/extend_init_statement_to_allow_alias_declaration.md |
| 18 | ++++ b/lang/cpp23/extend_init_statement_to_allow_alias_declaration.md |
| 19 | +@@ -38,7 +38,7 @@ int main() |
| 20 | + std::cout &lt;&lt; x &lt;&lt; std::endl; |
| 21 | + } |
| 22 | + |
| 23 | +- // C++20 : OK |
| 24 | ++ // C++20 : NG |
| 25 | + // C++23 : OK |
| 26 | + if (using T = int; T x = f()) { |
| 27 | + std::cout &lt;&lt; x &lt;&lt; std::endl; |
| 28 | +</code></pre></summary> |
| 29 | + |
| 30 | + <author> |
| 31 | + <name>Raclamusi</name> |
| 32 | + <email>raclamusi@gmail.com</email> |
| 33 | + </author> |
| 34 | + </entry> |
| 35 | + |
9 | 36 | <entry>
|
10 | 37 | <title>format -- コード修飾を追加</title>
|
11 | 38 | <link href="https://cpprefjp.github.io/reference/chrono/format.html"/>
|
@@ -1626,32 +1653,6 @@ index d1983175a..4bc00450a 100644
|
1626 | 1653 | +| [`upper_bound`](upper_bound.md) | 特定の値よりも大きい最初の要素へのイテレータを返す |
|
1627 | 1654 |
|
1628 | 1655 |
|
1629 |
| -</code></pre></summary> |
1630 |
| - |
1631 |
| - <author> |
1632 |
| - <name>Akira Takahashi</name> |
1633 |
| - <email>faithandbrave@gmail.com</email> |
1634 |
| - </author> |
1635 |
| - </entry> |
1636 |
| - |
1637 |
| - <entry> |
1638 |
| - <title>equal_range -- コード修飾を追加</title> |
1639 |
| - <link href="https://cpprefjp.github.io/reference/map/multimap/equal_range.html"/> |
1640 |
| - <id>9b64b46833f2c688530df948a370486484bba463:reference/map/multimap/equal_range.md</id> |
1641 |
| - <updated>2024-09-24T14:04:34+09:00</updated> |
1642 |
| - |
1643 |
| - <summary type="html"><pre><code>diff --git a/reference/map/multimap/equal_range.md b/reference/map/multimap/equal_range.md |
1644 |
| -index e523e8717..20825c4ca 100644 |
1645 |
| ---- a/reference/map/multimap/equal_range.md |
1646 |
| -+++ b/reference/map/multimap/equal_range.md |
1647 |
| -@@ -69,6 +69,7 @@ int main() |
1648 |
| - } |
1649 |
| - ``` |
1650 |
| - * equal_range[color ff0000] |
1651 |
| -+* m.end()[link end.md] |
1652 |
| - |
1653 |
| - ### 出力 |
1654 |
| - ``` |
1655 | 1656 | </code></pre></summary>
|
1656 | 1657 |
|
1657 | 1658 | <author>
|
|
0 commit comments