Github user SolidWallOfCode commented on the pull request: https://github.com/apache/trafficserver/pull/456#issuecomment-181463542 As far as I know, we can't depend on `std::unique_ptr` being available. If that's changed then yes, we could replace `ats_scoped_str` with `unique_ptr`. The former is limited basically for this reason, that it is just a stop gap until we can use the standard mechanism.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---