Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
0.9.1
-
None
-
None
Description
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.
Attachments
Issue Links
- duplicates
-
THRIFT-2221 Generate c++ code with std::shared_ptr instead of boost::shared_ptr.
- Closed
- is related to
-
THRIFT-2242 Generate C++11 code (THRIFT-4720 made us C++11, rename this)
- Open