提交 1e1125fc 编写于 作者: P Patrick Walton

rt: Initialize "result" in all constructors for cmp

上级 5d9680fc
......@@ -1063,7 +1063,8 @@ public:
in_sp ? in_sp : other.sp,
in_params ? in_params : other.params,
in_tables ? in_tables : other.tables,
other.dp) {}
other.dp),
result(0) {}
cmp(const cmp &other, const ptr_pair &in_dp)
: data<cmp,ptr_pair>(other.task, other.sp, other.params, other.tables,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册