Bug 2497 - Replace SGI hash_map with STL unordered_map
Replace SGI hash_map with STL unordered_map
Status: PATCH PENDING
Product: ns-3
Classification: Unclassified
Component: network
ns-3-dev
All All
: P5 enhancement
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-09-08 19:12 EDT by Alexander Krotov
Modified: 2016-09-12 16:23 EDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (4.88 KB, patch)
2016-09-08 19:12 EDT, Alexander Krotov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Krotov 2016-09-08 19:12:38 EDT
Created attachment 2567 [details]
Proposed patch

Since NS-3 switched to C++11 it is possible to replace nonstandard hash_map with standard unordered_map. Patch is attached.