Chris Stylianou created THRIFT-2221:
---------------------------------------

             Summary: Generate c++ code with std::shared_ptr instead of 
boost::shared_ptr.
                 Key: THRIFT-2221
                 URL: https://issues.apache.org/jira/browse/THRIFT-2221
             Project: Thrift
          Issue Type: Task
          Components: C++ - Compiler
    Affects Versions: 0.9.1
         Environment: C++11 compilers with std::shared_ptr support
            Reporter: Chris Stylianou
            Priority: Minor


Most modern compilers now have full support for std::shared_ptr when enable 
with c++11 flags. It would be nice to have the option to generate code that 
uses this instead of boost::shared_ptr. This would enable use to remove another 
boost dependency, on the road to hoepfully dependency-free thrift library :)



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to