-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: 3.3.11
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
Platforms 2016-08-26
-
None
-
None
-
None
-
None
-
None
-
None
-
None
UnorderedFastKeyTable is a pretty good proxy for unordered_map, but lacks a handful of features that dramatically increase usability:
- non-const iterators
- an emplace variant for values
- An easy way to synthesize Traits for Lookup = Key*
- a swap function
This isn't meant to bring the type fully up to snuff, but expands the universe of locations it can be used.