|
200 | 200 |
|
201 | 201 | <p class="text-right"><small> |
202 | 202 | 最終更新日時(UTC): |
203 | | - <span itemprop="datePublished" content="2025-08-26T09:12:52"> |
204 | | - 2025年08月26日 09時12分52秒 |
| 203 | + <span itemprop="datePublished" content="2026-04-25T00:09:04"> |
| 204 | + 2026年04月25日 00時09分04秒 |
205 | 205 | </span> |
206 | 206 | <br/> |
207 | 207 | <span itemprop="author" itemscope itemtype="http://schema.org/Person"> |
208 | | - <span itemprop="name">Raclamusi</span> |
| 208 | + <span itemprop="name">rotarymars</span> |
209 | 209 | </span> |
210 | 210 | が更新 |
211 | 211 | </small></p> |
@@ -257,9 +257,9 @@ <h2>備考</h2> |
257 | 257 | なお、この要件は「<code>tie</code> に設定した後でこのようになってはいけない」という意味であるものと思われる。(さもないと、設定したことによって無限ループが生じることを防げない)</li> |
258 | 258 | <li>標準入出力ストリームは、以下のような設定が行われている。<ul> |
259 | 259 | <li><code><a href="../../iostream/cin.html">cin</a>.tie() == &<a href="../../iostream/cout.html">cout</a></code></li> |
260 | | -<li><code><span href="https://cpprefjp.github.io/reference/iostream/wcin.md.nolink">wcin</span>.tie() == &<span href="https://cpprefjp.github.io/reference/iostream/wcout.md.nolink">wcout</span></code></li> |
| 260 | +<li><code><a href="../../iostream/wcin.html">wcin</a>.tie() == &<a href="../../iostream/wcout.html">wcout</a></code></li> |
261 | 261 | <li><code><a href="../../iostream/cerr.html">cerr</a>.tie() == &<a href="../../iostream/cout.html">cout</a></code>(C++11 から)</li> |
262 | | -<li><code><span href="https://cpprefjp.github.io/reference/iostream/wcerr.md.nolink">wcerr</span>.tie() == &<span href="https://cpprefjp.github.io/reference/iostream/wcout.md.nolink">wcout</span></code>(C++11 から)</li> |
| 262 | +<li><code><span href="https://cpprefjp.github.io/reference/iostream/wcerr.md.nolink">wcerr</span>.tie() == &<a href="../../iostream/wcout.html">wcout</a></code>(C++11 から)</li> |
263 | 263 | </ul> |
264 | 264 | </li> |
265 | 265 | </ul> |
@@ -304,16 +304,19 @@ <h3>言語</h3> |
304 | 304 | <ul> |
305 | 305 | <li>C++98</li> |
306 | 306 | </ul> |
307 | | -<h2>参照</h2> |
| 307 | +<h2>関連項目</h2> |
308 | 308 | <ul> |
309 | 309 | <li><code><a href="../../iostream/cin.html">cin</a></code></li> |
310 | 310 | <li><code><a href="../../iostream/cout.html">cout</a></code></li> |
311 | 311 | <li><code><a href="../../iostream/cerr.html">cerr</a></code></li> |
312 | | -<li><code><span href="https://cpprefjp.github.io/reference/iostream/wcin.md.nolink">wcin</span></code></li> |
313 | | -<li><code><span href="https://cpprefjp.github.io/reference/iostream/wcout.md.nolink">wcout</span></code></li> |
| 312 | +<li><code><a href="../../iostream/wcin.html">wcin</a></code></li> |
| 313 | +<li><code><a href="../../iostream/wcout.html">wcout</a></code></li> |
314 | 314 | <li><code><span href="https://cpprefjp.github.io/reference/iostream/wcerr.md.nolink">wcerr</span></code></li> |
315 | 315 | <li><code><a href="../../istream/basic_istream.html">basic_istream</a>::<a href="../../istream/basic_istream/sentry.html">sentry</a>::<a href="../../istream/basic_istream/sentry/op_constructor.html">sentry</a></code></li> |
316 | 316 | <li><code><a href="../../ostream/basic_ostream.html">basic_ostream</a>::<a href="../../ostream/basic_ostream/sentry.html">sentry</a>::<a href="../../ostream/basic_ostream/sentry/op_constructor.html">sentry</a></code></li> |
| 317 | +</ul> |
| 318 | +<h2>参照</h2> |
| 319 | +<ul> |
317 | 320 | <li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#60" target="_blank">60. What is a formatted input function?</a><br /> |
318 | 321 | C++03 で <code><a href="../../ostream/basic_ostream.html">basic_ostream</a>::<a href="../../ostream/basic_ostream/flush.html">flush</a>()</code> が非書式化出力ではないと明記された Defect Report</li> |
319 | 322 | <li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#581" target="_blank">581. flush() not unformatted function</a><br /> |
|
0 commit comments