[PATCH] osmo-trx[master]: common: Declare explicit Vector move constructor

2017-06-16 Thread Tom Tsou
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2939 to look at the new patch set (#2). common: Declare explicit Vector move constructor Vector class already has a semantically odd non-const copy constructor that serves the same function

[PATCH] osmo-trx[master]: common: Declare explicit Vector move constructor

2017-06-16 Thread Tom Tsou
Review at https://gerrit.osmocom.org/2939 common: Declare explicit Vector move constructor Vector class already has a semantically odd non-const copy constructor that serves the same function as a C++11 move constructor. Make the move constructor semantics explicit and address Coverity at the