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