mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-04 14:50:23 +00:00
clang-tidy: Use = delete
This commit is contained in:
committed by
Brad King
parent
d75fec5a88
commit
b05b778a2d
@@ -97,6 +97,8 @@ public:
|
||||
*/
|
||||
~cmGeneratedFileStream() override;
|
||||
|
||||
cmGeneratedFileStream(cmGeneratedFileStream const&) = delete;
|
||||
|
||||
/**
|
||||
* Open an output file by name. This should be used only with a
|
||||
* non-open stream. It automatically generates a name for the
|
||||
@@ -134,9 +136,6 @@ public:
|
||||
* the output file to be changed during the use of cmGeneratedFileStream.
|
||||
*/
|
||||
void SetName(const std::string& fname);
|
||||
|
||||
private:
|
||||
cmGeneratedFileStream(cmGeneratedFileStream const&); // not implemented
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user