Skip to content

Commit

Permalink
shared_ptr : VCバージョンの書き間違えを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Dec 18, 2017
1 parent c3bfb3f commit c00774b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/memory/shared_ptr/op_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ int main()
- [ICC](/implementation.md#icc): ?
- [Visual C++](/implementation.md#visual_cpp): 9.0 (TR1), 10.0, 11.0, 12.0
- Visual C++ 9.0は(1), (2), (5)変形のみ
- Visual C++ 9.0, 1.0の(5)は、仮引数の型が`auto_ptr<Y>&&`ではなく`auto_ptr<Y>&`になっている。
- Visual C++ 9.0, 10.0の(5)は、仮引数の型が`auto_ptr<Y>&&`ではなく`auto_ptr<Y>&`になっている。


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/memory/shared_ptr/op_constructor.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ int main()
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 9.0 (TR1), 10.0, 11.0, 12.0
- Visual C++ 9.0は(1), (2), (3), (4), (8), (9), (12), (13)のみ
- Visual C++ 9.0, 1.0の(13)は、仮引数の型が`auto_ptr<Y>&&`ではなく`auto_ptr<Y>&`になっている。
- Visual C++ 9.0, 10.0の(13)は、仮引数の型が`auto_ptr<Y>&&`ではなく`auto_ptr<Y>&`になっている。

## 参照
- (4), (5) : [nullptrを所有するshared_ptr - yohhoyの日記](http://d.hatena.ne.jp/yohhoy/20120623/p1)
Expand Down

0 comments on commit c00774b

Please sign in to comment.