You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/02/24 23:33:18 UTC

[jira] [Commented] (TS-3634) Replace auto_ptr with ats_scoped_obj in the "core" code

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

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

Commit b97d7292f66c90810f1ff7e4a4c54b0a67d160b8 in trafficserver's branch refs/heads/5.3.x from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=b97d729 ]

TS-3634: Update CHANGES


> Replace auto_ptr with ats_scoped_obj in the "core" code
> -------------------------------------------------------
>
>                 Key: TS-3634
>                 URL: https://issues.apache.org/jira/browse/TS-3634
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Plugins, SSL
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 5.3.3, 6.0.0
>
>
> auto_ptr It's used in SSL and Plugins  right now. The purpose of eliminating this is because newer versions of gcc (5.1 and later) has deprecated the auto_ptr. If there are no objects, we'll simply s/auto_ptr/ats_scoped_obj/.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)