Remove defaulted move ops, the type is zero-cost copyable anyway, so there's...
Remove defaulted move ops, the type is zero-cost copyable anyway, so there's no need for specific move ops (addresses MSVC build error, since MSVC 2013 can't generate default move ops) llvm-svn: 263732
Loading
Please sign in to comment