From 87e39b86f5b65ea9191c31c3fe570d1d70061ed3 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Fri, 6 Oct 2023 18:11:09 -0700 Subject: [PATCH] Oh I finally find you --- include/cuco/detail/static_map/static_map.inl | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cuco/detail/static_map/static_map.inl b/include/cuco/detail/static_map/static_map.inl index 165edeba7..36eb74f5f 100644 --- a/include/cuco/detail/static_map/static_map.inl +++ b/include/cuco/detail/static_map/static_map.inl @@ -506,6 +506,7 @@ auto static_mapstorage_ref()} : ref_type{cuco::empty_key(this->empty_key_sentinel()), cuco::empty_value(this->empty_value_sentinel()), + cuco::erased_key(this->erased_key_sentinel()), impl_->key_eq(), impl_->probing_scheme(), impl_->storage_ref()};