Fix r276671 to not use a defaulted move constructor.
MSVC won't provide the body of this move constructor and assignment operator, possibly because the copy constructor is banned. Just write it manually. llvm-svn: 276685
Loading
Please sign in to comment