You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2017/07/11 11:39:00 UTC

[jira] [Closed] (THRIFT-2241) Use std::shared_ptr instead of boost::shared_ptr

     [ https://issues.apache.org/jira/browse/THRIFT-2241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King, III closed THRIFT-2241.
--------------------------------------

> Use std::shared_ptr instead of boost::shared_ptr
> ------------------------------------------------
>
>                 Key: THRIFT-2241
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2241
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.9.1
>            Reporter: Vitali Lovich
>            Assignee: James E. King, III
>
> There should be a way to switch whether the thrift API requires a boost::shared_ptr or a std::shared_ptr.  The default should be to use std::shared_ptr if the compiler supports it (i.e. config.h) & fallback to boost only when explicitly requested.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)