Commit edf8a0aa authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

GenericValue: add Move()

parent 9a89eed1
......@@ -551,6 +551,9 @@ public:
return *this;
}
//! Prepare Value for move semantics
/*! \return *this */
GenericValue& Move() { return *this; }
//@}
//!@name Type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment