|
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-10T13:06:43.683453</updated> |
6 |
| - <id>baa0aa2c-68d9-474a-baac-03f31f4fc885</id> |
| 5 | + <updated>2025-07-10T13:12:12.232763</updated> |
| 6 | + <id>5e550118-6f86-4871-b48e-fa3395675038</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>getchar -- fixed wrong link format</title> |
| 11 | + <link href="https://cpprefjp.github.io/reference/cstdio/getchar.html"/> |
| 12 | + <id>9113be660ff3eef8099e2eb706b5f3d361999b8d:reference/cstdio/getchar.md</id> |
| 13 | + <updated>2025-07-10T22:08:09+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/reference/cstdio/getchar.md b/reference/cstdio/getchar.md |
| 16 | +index bc7ea3b8d..33d6e30b4 100644 |
| 17 | +--- a/reference/cstdio/getchar.md |
| 18 | ++++ b/reference/cstdio/getchar.md |
| 19 | +@@ -10,7 +10,7 @@ int getchar(); |
| 20 | + ## 概要 |
| 21 | + 標準入力から1文字入力する。 |
| 22 | + |
| 23 | +-[`getc`][/reference/cstdio/getc.md]とは違い、関数として定義することが定められているため、引数は一度しか評価されないことが保証されている。 |
| 24 | ++[`getc`](/reference/cstdio/getc.md)とは違い、関数として定義することが定められているため、引数は一度しか評価されないことが保証されている。 |
| 25 | + |
| 26 | + また、[`getc`](/reference/cstdio/getc.md)([`stdin`](/reference/cstdio/stdin.md))と等価である。 |
| 27 | + |
| 28 | +</code></pre></summary> |
| 29 | + |
| 30 | + <author> |
| 31 | + <name>rotarymars</name> |
| 32 | + |
| 33 | + </author> |
| 34 | + </entry> |
| 35 | + |
9 | 36 | <entry>
|
10 | 37 | <title>cstdio -- new page `getchar.md` and removed nolink</title>
|
11 | 38 | <link href="https://cpprefjp.github.io/reference/cstdio.html"/>
|
@@ -1650,60 +1677,6 @@ index 2da0fad7b..0a3df69e3 100644
|
1650 | 1677 | }
|
1651 | 1678 | ```
|
1652 | 1679 |
|
1653 |
| -</code></pre></summary> |
1654 |
| - |
1655 |
| - <author> |
1656 |
| - <name>rotarymars</name> |
1657 |
| - |
1658 |
| - </author> |
1659 |
| - </entry> |
1660 |
| - |
1661 |
| - <entry> |
1662 |
| - <title>C++17 -- fixed nolink</title> |
1663 |
| - <link href="https://cpprefjp.github.io/lang/cpp17.html"/> |
1664 |
| - <id>f5be1db9b0813ffef629c2aac80fc0fe5ed450ae:lang/cpp17.md</id> |
1665 |
| - <updated>2025-07-10T21:31:23+09:00</updated> |
1666 |
| - |
1667 |
| - <summary type="html"><pre><code>diff --git a/lang/cpp17.md b/lang/cpp17.md |
1668 |
| -index 91978b721..d2b6aeeae 100644 |
1669 |
| ---- a/lang/cpp17.md |
1670 |
| -+++ b/lang/cpp17.md |
1671 |
| -@@ -151,7 +151,7 @@ C++17以降、言語の策定にship train modelというリリース体制が |
1672 |
| - - [`&lt;cfloat&gt;`](/reference/cfloat.md)に、非正規化数の有無を判定するマクロ、10進数の桁数を表すマクロ、正の最小数を表すマクロを追加 |
1673 |
| - - [`&lt;cstdlib&gt;`](/reference/cstdlib.md)に、[`aligned_alloc()`](/reference/cstdlib/aligned_alloc.md)関数を追加 |
1674 |
| - - [`&lt;ctime&gt;`](/reference/ctime.md)に、[`TIME_UTC`](/reference/ctime/time_utc.md)マクロ, [`timespec`](/reference/ctime/timespec.md)構造体, [`timespec_get()`](/reference/ctime/timespec_get.md)関数を追加 |
1675 |
| -- - [`&lt;cstdio&gt;`](/reference/cstdio.md)に、[`vfscanf()`](/reference/cstdio/vfscanf.md)関数を追加 |
1676 |
| -+ - [`&lt;cstdio&gt;`](/reference/cstdio.md)に、[`vfscanf()`](/reference/cstdio/vfscanf.md.nolink)関数を追加 |
1677 |
| - - `&lt;ccomplex&gt;`, `&lt;cstdalign&gt;`, `&lt;cstdbool&gt;`, `&lt;ctgmath&gt;`を非推奨化 |
1678 |
| - |
1679 |
| - |
1680 |
| -</code></pre></summary> |
1681 |
| - |
1682 |
| - <author> |
1683 |
| - <name>rotarymars</name> |
1684 |
| - |
1685 |
| - </author> |
1686 |
| - </entry> |
1687 |
| - |
1688 |
| - <entry> |
1689 |
| - <title>print -- fixed nolink</title> |
1690 |
| - <link href="https://cpprefjp.github.io/reference/ostream/print.html"/> |
1691 |
| - <id>f5be1db9b0813ffef629c2aac80fc0fe5ed450ae:reference/ostream/print.md</id> |
1692 |
| - <updated>2025-07-10T21:31:23+09:00</updated> |
1693 |
| - |
1694 |
| - <summary type="html"><pre><code>diff --git a/reference/ostream/print.md b/reference/ostream/print.md |
1695 |
| -index 284d3272e..2be42adf9 100644 |
1696 |
| ---- a/reference/ostream/print.md |
1697 |
| -+++ b/reference/ostream/print.md |
1698 |
| -@@ -20,7 +20,7 @@ namespace std { |
1699 |
| - |
1700 |
| - 書式は[`std::format()`](/reference/format/format.md)関数のページを参照。 |
1701 |
| - |
1702 |
| --この関数は、[`std::printf()`](/reference/cstdio/printf.md.nolink)関数ライクな書式指定で引数を文字列化して出力する。 |
1703 |
| -+この関数は、[`std::printf()`](/reference/cstdio/printf.md)関数ライクな書式指定で引数を文字列化して出力する。 |
1704 |
| - |
1705 |
| - - (1) : 指定した[`ostream`](basic_ostream.md)に、書式指定で出力する |
1706 |
| - |
1707 | 1680 | </code></pre></summary>
|
1708 | 1681 |
|
1709 | 1682 | <author>
|
|
0 commit comments