What happens if you move an object without move constructor?

Viewed 940

What happens if std::move() is called on a user defined object, that defines no move constructor? Is it simply copied?

1 Answers
Related