Add missing std::move to one exception throw (#7865)
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 28 Oct 2016 02:34:42 +0000 (04:34 +0200)
committerJan Kotas <jkotas@microsoft.com>
Fri, 28 Oct 2016 02:34:42 +0000 (19:34 -0700)
commit7dfb2ed8614dea8c2fe757592436a38694e91ebc
tree98637e9187352a71cc960ec42b529b10554a2cf3
parent3331ad17e177ad123ebbb1e91e47a43d04ab40fd
Add missing std::move to one exception throw (#7865)

We had the std::move missing in one of the exception throws. For some reason,
the current clang didn't complain about it even though the copy constructor was
deleted.
src/vm/exceptionhandling.cpp