|
Bugzilla – Full Text Bug Listing |
| Summary: | Replace SGI hash_map with STL unordered_map | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Alexander Krotov <krotov> |
| Component: | network | Assignee: | ns-bugs <ns-bugs> |
| Status: | PATCH PENDING --- | ||
| Severity: | enhancement | CC: | tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Proposed patch | ||
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.