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

2017-07-11 Thread James E. King, III (JIRA)

 [ 
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)


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

2017-07-11 Thread James E. King, III (JIRA)

 [ 
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: Improvement
>  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)