diff options
Diffstat (limited to 'Source/cmCommandArgumentParserHelper.h')
-rw-r--r-- | Source/cmCommandArgumentParserHelper.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/cmCommandArgumentParserHelper.h b/Source/cmCommandArgumentParserHelper.h index c0c1cd9..465ca9e 100644 --- a/Source/cmCommandArgumentParserHelper.h +++ b/Source/cmCommandArgumentParserHelper.h @@ -3,7 +3,7 @@ #ifndef cmCommandArgumentParserHelper_h #define cmCommandArgumentParserHelper_h -#include "cmConfigure.h" // IWYU pragma: keep +#include "cmConfigure.h" #include <string> #include <vector> @@ -12,6 +12,8 @@ class cmMakefile; class cmCommandArgumentParserHelper { + CM_DISABLE_COPY(cmCommandArgumentParserHelper) + public: struct ParserType { @@ -60,10 +62,6 @@ public: char BSLASHVariable[3]; private: - cmCommandArgumentParserHelper(cmCommandArgumentParserHelper const&); - cmCommandArgumentParserHelper& operator=( - cmCommandArgumentParserHelper const&); - std::string::size_type InputBufferPos; std::string InputBuffer; std::vector<char> OutputBuffer; |