shared_array.hpp 536 B

12345678910111213141516171819
  1. #ifndef BOOST_SHARED_ARRAY_HPP_INCLUDED
  2. #define BOOST_SHARED_ARRAY_HPP_INCLUDED
  3. //
  4. // shared_array.hpp
  5. //
  6. // (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
  7. // Copyright (c) 2001, 2002 Peter Dimov
  8. //
  9. // Distributed under the Boost Software License, Version 1.0. (See
  10. // accompanying file LICENSE_1_0.txt or copy at
  11. // http://www.boost.org/LICENSE_1_0.txt)
  12. //
  13. // See http://www.boost.org/libs/smart_ptr/ for documentation.
  14. //
  15. #include <boost/smart_ptr/shared_array.hpp>
  16. #endif // #ifndef BOOST_SHARED_ARRAY_HPP_INCLUDED