Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed Mar 12, 2024
1 parent 9498508 commit 321be9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/btree.h
Original file line number Diff line number Diff line change
Expand Up @@ -860,8 +860,8 @@ class btree : public Params::key_compare {
typedef typename node_type::root_fields root_fields;
typedef typename Params::is_key_compare_to is_key_compare_to;

friend class btree_internal_locate_plain_compare;
friend class btree_internal_locate_compare_to;
friend struct btree_internal_locate_plain_compare;
friend struct btree_internal_locate_compare_to;
typedef typename if_<
is_key_compare_to::value,
btree_internal_locate_compare_to,
Expand Down

0 comments on commit 321be9d

Please sign in to comment.