shared_ptr.hpp 570 B

1234567891011121314151617
  1. //Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
  2. //Distributed under the Boost Software License, Version 1.0. (See accompanying
  3. //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. #ifndef UUID_837060E885AF11E68DA91D15E31AC075
  5. #define UUID_837060E885AF11E68DA91D15E31AC075
  6. #ifdef BOOST_EXCEPTION_MINI_BOOST
  7. #include <memory>
  8. namespace boost { namespace exception_detail { using std::shared_ptr; } }
  9. #else
  10. #include <boost/shared_ptr.hpp>
  11. namespace boost { namespace exception_detail { using boost::shared_ptr; } }
  12. #endif
  13. #endif