weak_ptr.hpp 462 B

123456789101112131415161718
  1. #ifndef BOOST_WEAK_PTR_HPP_INCLUDED
  2. #define BOOST_WEAK_PTR_HPP_INCLUDED
  3. //
  4. // weak_ptr.hpp
  5. //
  6. // Copyright (c) 2001, 2002, 2003 Peter Dimov
  7. //
  8. // Distributed under the Boost Software License, Version 1.0.
  9. // See accompanying file LICENSE_1_0.txt or copy at
  10. // http://www.boost.org/LICENSE_1_0.txt
  11. //
  12. // See http://www.boost.org/libs/smart_ptr/ for documentation.
  13. //
  14. #include <boost/smart_ptr/weak_ptr.hpp>
  15. #endif // #ifndef BOOST_WEAK_PTR_HPP_INCLUDED