This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
gplib
關註
1
收藏
1
複製
0
程式碼
問題管理
8
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Pointers fix
channel
Ludovic 'Archivist' Lagouardette
3 年之前
父節點
a570ed4745
當前提交
edf2075b1e
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/gp/utils/pointers.hpp
+ 1
- 1
include/gp/utils/pointers.hpp
查看文件
@ -36,7 +36,7 @@ namespace gp {
unique_ptr
<
U
>
cast
(
)
{
auto
save
=
data
;
data
=
nullptr
;
return
unique_ptr
<
U
>
(
sa
f
e
,
owner
)
;
return
unique_ptr
<
U
>
(
sa
v
e
,
owner
)
;
}
T
*
operator
-
>
(
)
{
Write
Preview
Loading…
取消
儲存