Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Sep 14, 2024
1 parent b17a6a7 commit d43b623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/tsl/bhopscotch_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ class bhopscotch_set {
using const_pointer = typename ht::const_pointer;
using iterator = typename ht::iterator;
using const_iterator = typename ht::const_iterator;
using buckets_container_type = typename ht::buckets_container_type;
using overflow_container_type = typename ht::overflow_container_type;

/*
* Constructors
Expand Down

0 comments on commit d43b623

Please sign in to comment.