interim commit

This commit is contained in:
Christian Mazakas
2023-01-04 15:14:54 -08:00
parent dcff2ac5b5
commit cbe19722a3
3 changed files with 20 additions and 13 deletions
@@ -52,7 +52,7 @@ namespace boost {
return kv.first;
}
static moved_type move(value_type& x)
static moved_type move(storage_type& x)
{
// TODO: we probably need to launder here
return {std::move(const_cast<raw_key_type&>(x.first)),