Prohibit copy constructor in StackStream.
This commit is contained in:
parent
d9c02b5b79
commit
96882f4977
@ -480,7 +480,7 @@ private:
|
|||||||
SizeType length_;
|
SizeType length_;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Prohibit assignment for VC C4512 warning
|
StackStream(const StackStream&);
|
||||||
StackStream& operator=(const StackStream&);
|
StackStream& operator=(const StackStream&);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user