Chris@16: #ifndef BOOST_SMART_PTR_HPP_INCLUDED Chris@16: #define BOOST_SMART_PTR_HPP_INCLUDED Chris@16: Chris@16: // Chris@16: // smart_ptr.hpp Chris@16: // Chris@16: // For convenience, this header includes the rest of the smart Chris@16: // pointer library headers. Chris@16: // Chris@16: // Copyright (c) 2003 Peter Dimov Distributed under the Boost Chris@16: // Software License, Version 1.0. (See accompanying file Chris@16: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: // Chris@16: // http://www.boost.org/libs/smart_ptr/smart_ptr.htm Chris@16: // Chris@16: Chris@16: #include Chris@16: Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: Chris@16: #if !defined(BOOST_NO_MEMBER_TEMPLATES) || defined(BOOST_MSVC6_MEMBER_TEMPLATES) Chris@16: # include Chris@16: # include Chris@16: # include Chris@16: # include Chris@16: #endif Chris@16: Chris@16: #endif // #ifndef BOOST_SMART_PTR_HPP_INCLUDED