Disallow copy and assign for Var too

This commit is contained in:
Tiago Gomes 2013-02-13 14:42:24 +00:00
parent 2bc123d72c
commit bd70033c06

View File

@ -70,6 +70,8 @@ class Var {
size_t index_;
static std::unordered_map<VarId, VarInfo> varsInfo_;
DISALLOW_COPY_AND_ASSIGN(Var);
};