Skip to content

Commit

Permalink
Probably meaningless semantic tweak for replace handler
Browse files Browse the repository at this point in the history
  • Loading branch information
kg committed Apr 4, 2024
1 parent 1881bb6 commit 1007ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/containers/dn-simdhash-specialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ do_overwrite (
*key_ptr = key;
*value_ptr = value;
#if DN_SIMDHASH_HAS_REPLACE_HANDLER
DN_SIMDHASH_ON_REPLACE(DN_SIMDHASH_GET_DATA(hash), overwrite_key ? old_key : key, key, old_value, value);
DN_SIMDHASH_ON_REPLACE(DN_SIMDHASH_GET_DATA(hash), old_key, overwrite_key ? key : old_key, old_value, value);
#endif
}

Expand Down

0 comments on commit 1007ae2

Please sign in to comment.