working commit

This commit is contained in:
millb 2019-11-12 18:44:23 +03:00
parent 386e41b437
commit 2b16da73d1

View File

@ -717,7 +717,7 @@ private:
size_t size = vec_from.size();
for (size_t i = 0; i < size; ++i)
{
const ToType h = Impl::apply(reinterpret_cast<const char *>(vec_from[i]), 8);
const ToType h = Impl::apply(vec_from[i].toString(), 8);
if (first)
vec_to[i] = h;