X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fsmart_ptr.hpp;h=98e08948afd77c0535058d9930d43296dd0525c9;hb=7677e9487c1669735a2aa9b2356199c2f608fe15;hp=da28e87b6c7aed1ecf8cce1a9b9bbb98acfc452e;hpb=59b6a4701a8d2b5155af08cf758b4ca120201282;p=lyx.git diff --git a/boost/boost/smart_ptr.hpp b/boost/boost/smart_ptr.hpp index da28e87b6c..98e08948af 100644 --- a/boost/boost/smart_ptr.hpp +++ b/boost/boost/smart_ptr.hpp @@ -1,9 +1,25 @@ -// Boost smart_ptr.hpp header file -----------------------------------------// +// +// smart_ptr.hpp +// +// For convenience, this header includes the rest of the smart +// pointer library headers. +// +// Copyright (c) 2003 Peter Dimov Distributed under the Boost +// Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// +// http://www.boost.org/libs/smart_ptr/smart_ptr.htm +// -// For compatibility, this header includes the header for the four "classic" -// smart pointer class templates. +#include -#include +#include #include #include #include + +#if !defined(BOOST_NO_MEMBER_TEMPLATES) || defined(BOOST_MSVC6_MEMBER_TEMPLATES) +# include +# include +# include +#endif