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 2013/07/09 22:55:51 UTC

[jira] [Created] (TS-2012) use standard C++11 containers in logstats

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