stats: add operator= for DataWrapVec class
gcc/g++ 4.4.7 complained about the operator= being undefined. This changeset adds the operator.
This commit is contained in:
@@ -337,6 +337,9 @@ class DataWrapVec : public DataWrap<Derived, InfoProxyType>
|
||||
DataWrapVec(const DataWrapVec &ref)
|
||||
{}
|
||||
|
||||
void operator=(const DataWrapVec &)
|
||||
{}
|
||||
|
||||
// The following functions are specific to vectors. If you use them
|
||||
// in a non vector context, you will get a nice compiler error!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user