You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2012/11/25 05:24:58 UTC

[jira] [Created] (TS-1593) replace hash_map with unordered_map in logstats

James Peach created TS-1593:
-------------------------------

             Summary: replace hash_map with unordered_map in logstats
                 Key: TS-1593
                 URL: https://issues.apache.org/jira/browse/TS-1593
             Project: Traffic Server
          Issue Type: Bug
          Components: Logging
    Affects Versions: 3.3.0
            Reporter: James Peach
            Assignee: Leif Hedstrom


C++11 has a standard hash container, std::unordered_map, so in C++11 mode we should replace the non-standard hash_map with unordered_map.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira