[ 
https://issues.apache.org/jira/browse/TS-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13703778#comment-13703778
 ] 

ASF subversion and git services commented on TS-2012:
-----------------------------------------------------

Commit ee4a4bc5354001d4ece9d5bdf502e9e81084fa5c in branch refs/heads/master 
from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=ee4a4bc ]

TS-2012: use standard C++11 containers in logstats

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.

                
> 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