James Peach created TS-2012:
-------------------------------

             Summary: use standard C++11 containers in logstats
                 Key: TS-2012
                 URL: https://issues.apache.org/jira/browse/TS-2012
             Project: Traffic Server
          Issue Type: Bug
          Components: Logging
            Reporter: James Peach


logstats uses hash_map and hash_set containers from the __gnu_cxx namespace. In 
C++11 we can use the standard unordered_map and unordered_set containers, since 
the __gnu_cxx ones are deprecated.

--
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

Reply via email to