Removed redundant (and troublesome on Windows) assignment.
parent
617040f503
commit
94010aee9d
|
|
@ -168,7 +168,6 @@ public:
|
|||
/// assignment operators should be used.
|
||||
GenericValue<T>& operator=(const GenericValue<T>& rhs) {
|
||||
Value::operator=(static_cast<Value const&>(rhs));
|
||||
value_ = rhs.value_;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue