SmallMap, FlatArrayMap::copyFrom
Replaced memcpy with std::copy, since the first one may work improperly with non POD data. llvm-svn: 158457
Loading
Please register or sign in to comment
Replaced memcpy with std::copy, since the first one may work improperly with non POD data. llvm-svn: 158457