Go to the documentation of this file.
17 #ifndef MAPD_SHARED_PTR
18 #define MAPD_SHARED_PTR
20 #ifdef HAVE_THRIFT_STD_SHAREDPTR
23 using std::make_shared;
24 using std::shared_ptr;
27 #include <boost/make_shared.hpp>
29 using boost::make_shared;
30 using boost::shared_ptr;
32 #endif // HAVE_THRIFT_STD_SHAREDPTR
34 #endif // MAPD_SHARED_PTR