Fixing a FIXME -- no longer using std::memcpy, since that would fail for...
Fixing a FIXME -- no longer using std::memcpy, since that would fail for non-trivial types. Replaced with std::copy. No functional changes intended since all uses of this functionality either use pointers or integers. llvm-svn: 207766
Loading
Please sign in to comment