Skip to content

Commit

Permalink
Add TODO reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Oct 10, 2023
1 parent 2e90b52 commit d2de184
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ class open_addressing_impl {
[[nodiscard]] constexpr storage_ref_type storage_ref() const noexcept { return storage_.ref(); }

protected:
// TODO: cleanup by using equal wrapper as a data member
key_type empty_key_sentinel_; ///< Key value that represents an empty slot
value_type empty_slot_sentinel_; ///< Slot value that represents an empty slot
key_type erased_key_sentinel_; ///< Key value that represents an erased slot
Expand Down

0 comments on commit d2de184

Please sign in to comment.