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