You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Vitali Lovich (JIRA)" <ji...@apache.org> on 2013/10/26 02:58:30 UTC

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

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)