mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 03:47:16 +02:00
@ -334,8 +334,6 @@ namespace boost { namespace unordered { namespace detail {
|
||||
|
||||
value_type& operator[](key_type const& k)
|
||||
{
|
||||
typedef typename value_type::second_type mapped_type;
|
||||
|
||||
std::size_t key_hash = this->hash(k);
|
||||
iterator pos = this->find_node(key_hash, k);
|
||||
|
||||
|
Reference in New Issue
Block a user