+ add compiler generated move ctor

This commit is contained in:
artemp 2014-05-23 12:15:39 +01:00
parent 12602c7e9c
commit f76c5576b6

View file

@ -118,11 +118,15 @@ public:
*/
Map(Map const& rhs);
// let compiler generate move ctor
Map(Map && other) = default;
/*! \brief Assignment operator
*
* TODO: to be documented
*
*/
Map& operator=(Map rhs);
/*! \brief Get all styles