You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2015/05/22 22:13:17 UTC

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

Leif Hedstrom created TS-3634:
---------------------------------

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


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)