Vitali Lovich created THRIFT-2241:
-------------------------------------
Summary: 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
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.1#6144)