Is it possible at all to post/attach a snippet of the code you are trying to compile? Or at-least an easily reproducible case?
Without any reference, my initial response would be that you do not need to use std::move as the temporary object would be assigned by the move assignment operator.