|
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-01-04T00:15:08.705735</updated> |
6 | | - <id>a9ece5ff-74a2-4706-906a-7623125cce1b</id> |
| 5 | + <updated>2025-01-04T00:35:39.106541</updated> |
| 6 | + <id>a98141dc-fcdb-4c43-8e1a-2d7ced821412</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>wait_for -- add comment about SEGV on libc++</title> |
| 11 | + <link href="https://cpprefjp.github.io/reference/future/future/wait_for.html"/> |
| 12 | + <id>f1ae4bcfabb3cef121a1d4f6d1fc102c74c3b11f:reference/future/future/wait_for.md</id> |
| 13 | + <updated>2025-01-04T09:32:32+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/reference/future/future/wait_for.md b/reference/future/future/wait_for.md |
| 16 | +index 2f079ffd8..a2cc2921f 100644 |
| 17 | +--- a/reference/future/future/wait_for.md |
| 18 | ++++ b/reference/future/future/wait_for.md |
| 19 | +@@ -101,6 +101,7 @@ int main() |
| 20 | + f.get(); // 一度値を取り出すと共有状態が破棄される |
| 21 | + |
| 22 | + // 共有状態を持たない(valid() == falseな)futureでwaitをするとstd::future_error例外 |
| 23 | ++ // ただし、libc++では(少なくとも19.1.0までは)SEGVするので注意 |
| 24 | + try { |
| 25 | + ready(); |
| 26 | + } |
| 27 | +</code></pre></summary> |
| 28 | + |
| 29 | + <author> |
| 30 | + <name>I</name> |
| 31 | + |
| 32 | + </author> |
| 33 | + </entry> |
| 34 | + |
9 | 35 | <entry> |
10 | 36 | <title>wait_for -- add example to see difference between `wait_for(0s) == ready` and `valid()`</title> |
11 | 37 | <link href="https://cpprefjp.github.io/reference/future/future/wait_for.html"/> |
@@ -753,32 +779,6 @@ index 27b783ab8..b58d45313 100644 |
753 | 779 | - [GCC](/implementation.md#gcc): 9.1 [mark verified] |
754 | 780 | - [Visual C++](/implementation.md#visual_cpp): 2019 Update 1 [mark verified] |
755 | 781 |
|
756 | | -</code></pre></summary> |
757 | | - |
758 | | - <author> |
759 | | - <name>rotarymars</name> |
760 | | - |
761 | | - </author> |
762 | | - </entry> |
763 | | - |
764 | | - <entry> |
765 | | - <title>duration -- Added verified version</title> |
766 | | - <link href="https://cpprefjp.github.io/reference/chrono/duration.html"/> |
767 | | - <id>b4ff92e9e24dc437c196091eafd940a9245d3112:reference/chrono/duration.md</id> |
768 | | - <updated>2024-12-29T15:06:55+09:00</updated> |
769 | | - |
770 | | - <summary type="html"><pre><code>diff --git a/reference/chrono/duration.md b/reference/chrono/duration.md |
771 | | -index 8e109b71d..386f75d83 100644 |
772 | | ---- a/reference/chrono/duration.md |
773 | | -+++ b/reference/chrono/duration.md |
774 | | -@@ -221,6 +221,7 @@ Tue Oct 16 16:25:11 2012 |
775 | | - ### 処理系 |
776 | | - - [GCC](/implementation.md#gcc): 4.7.0 [mark verified] |
777 | | - - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified], 2013 [mark verified], 2015 [mark verified] |
778 | | -+- [Clang](/implementation.md#clang): 14.0.6 [mark verified] |
779 | | - |
780 | | - ## 参照 |
781 | | - - [P2592R3 Hashing support for `std::chrono` value classes](https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2592r3.html) |
782 | 782 | </code></pre></summary> |
783 | 783 |
|
784 | 784 | <author> |
|
0 commit comments