unique_ptr -- 「提案」をできるだけ「提案文書」に修正 #1009

1 · cpprefjp · Nov. 29, 2022, 11:33 a.m.
diff --git a/reference/memory/unique_ptr.md b/reference/memory/unique_ptr.md index 5a01075a7..ff994f1fa 100644 --- a/reference/memory/unique_ptr.md +++ b/reference/memory/unique_ptr.md @@ -137,7 +137,7 @@ hoge::~hoge() ## 参照 - [C++11 右辺値参照・ムーブセマンティクス](/lang/cpp11/rvalue_ref_and_move_semantics.md) - [Rvalue Reference Recommendations for Chapter 20](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1856.html) - - `unique_ptr`の追加と`auto_ptr`の非推奨が提案された文書。 + - `unique_ptr`の追加と`auto_ptr...