cmCLocaleEnvironmentScope: make noncopyable

This commit is contained in:
Daniel Pfeifer
2017-04-21 21:33:22 +02:00
parent 294cf948dc
commit aecba65241

View File

@@ -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);