Skip to content

Commit 5baf791

Browse files
committed
temp
1 parent 4c98272 commit 5baf791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: include/boost/json/detail/digest.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ digest(
5757
std::memset(temp, 0, step);
5858
std::copy_n(b, n, temp);
5959

60-
std::memcpy(&batch, temp, step);
61-
hash = (batch ^ hash) * prime;
60+
// std::memcpy(&batch, temp, step);
61+
// hash = (batch ^ hash) * prime;
6262

6363
return hash;
6464
}

0 commit comments

Comments
 (0)