mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
cmCLocaleEnvironmentScope: make noncopyable
This commit is contained in:
@@ -15,6 +15,9 @@ public:
|
||||
~cmCLocaleEnvironmentScope();
|
||||
|
||||
private:
|
||||
cmCLocaleEnvironmentScope(cmCLocaleEnvironmentScope const&);
|
||||
cmCLocaleEnvironmentScope& operator=(cmCLocaleEnvironmentScope const&);
|
||||
|
||||
std::string GetEnv(std::string const& key);
|
||||
void SetEnv(std::string const& key, std::string const& value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user