Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Oct 4, 2024
1 parent 2d9ea33 commit ebd6bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/scan_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ inline status scan_check_retry(border_node* const bn,
/**
* scan for some try nodes which is not root.
*/
template<class ValueType, bool NeedSize = true, bool NeedKey>
template<class ValueType, bool NeedSize, bool NeedKey>
static status
scan_node(base_node* const root, const std::string_view l_key,
const scan_endpoint l_end, const std::string_view r_key,
Expand Down

0 comments on commit ebd6bcc

Please sign in to comment.