mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
cmMakefile::ScopePushPop: make noncopyable
This commit is contained in:
@@ -717,6 +717,8 @@ public:
|
||||
}
|
||||
~ScopePushPop() { this->Makefile->PopScope(); }
|
||||
private:
|
||||
ScopePushPop(ScopePushPop const&);
|
||||
ScopePushPop& operator=(ScopePushPop const&);
|
||||
cmMakefile* Makefile;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user