mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmCommandArgumentParserHelper: make noncopyable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user