Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-2241

Use std::shared_ptr instead of boost::shared_ptr

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.9.1
    • None
    • C++ - Library
    • 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

          Activity

            People

              jking3 James E. King III
              vlovich Vitali Lovich
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: