Bug 2497

Summary: Replace SGI hash_map with STL unordered_map
Product: ns-3 Reporter: Alexander Krotov <krotov>
Component: networkAssignee: ns-bugs <ns-bugs>
Status: PATCH PENDING ---    
Severity: enhancement CC: tomh
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: Proposed patch

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.