did not compile on mac, don't know why to prohibit copying; refs #7

This commit is contained in:
Marc Wäckerlin
2013-11-21 14:24:57 +00:00
parent fe2b0f0c29
commit e846c326f1

View File

@@ -227,7 +227,7 @@ namespace mrw {
value = newValue;
return *this;
}
/// Compare the value to a string.
bool operator==(const std::string& o) const throw() {
return o==value;
@@ -264,7 +264,6 @@ namespace mrw {
private:
Value(); // not implemented, must be initialized
Value& operator=(const Value&); // not implemented, no assignment
};
//------------------------------------------------------------------------