Go to the documentation of this file.
26 #ifndef FUTURE_MEMORY_HPP_
27 #define FUTURE_MEMORY_HPP_ 1
32 #if HAVE_STD_TR1_SHARED_PTR
37 using std::tr1::shared_ptr;
40 #elif HAVE_BOOST_SHARED_PTR
42 #include <boost/shared_ptr.hpp>
45 using boost::shared_ptr;
49 #error "No implementation of shared_ptr available"