cmCommandArgumentParserHelper: make noncopyable

This commit is contained in:
Daniel Pfeifer
2017-04-21 22:00:09 +02:00
parent 765822add7
commit a28894e4d4

View File

@@ -60,6 +60,10 @@ public:
char BSLASHVariable[3];
private:
cmCommandArgumentParserHelper(cmCommandArgumentParserHelper const&);
cmCommandArgumentParserHelper& operator=(
cmCommandArgumentParserHelper const&);
std::string::size_type InputBufferPos;
std::string InputBuffer;
std::vector<char> OutputBuffer;