Commit 845e8e64 authored by Igor Chorazewicz's avatar Igor Chorazewicz
Browse files

concurrent_hash_map: change value_type to hand-made pair structure

* std::pair<> does not guarantee stable layout
* we need to have constructor which takes only one value and
  default intializes the second value in pair (it's needed for
  insert which only takes key)
parent d69fa9f1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment