Disallow copy and assign for Var too
This commit is contained in:
parent
2bc123d72c
commit
bd70033c06
@ -70,6 +70,8 @@ class Var {
|
||||
size_t index_;
|
||||
|
||||
static std::unordered_map<VarId, VarInfo> varsInfo_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(Var);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user