diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2014-08-05 19:32:57 +0000 |
---|---|---|
committer | <> | 2014-10-07 10:01:33 +0000 |
commit | 1c3648bf5b7d17fcd4fe9bc95802b16fd9eee304 (patch) | |
tree | 03de66686a262696ec2ac408e62250dc1f0c01aa /libs/log/example/doc/tutorial_attributes.cpp | |
parent | 8c4528713d907ee2cfd3bfcbbad272c749867f84 (diff) | |
download | boost-tarball-1c3648bf5b7d17fcd4fe9bc95802b16fd9eee304.tar.gz |
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_56_0.tar.bz2.boost_1_56_0
Diffstat (limited to 'libs/log/example/doc/tutorial_attributes.cpp')
-rw-r--r-- | libs/log/example/doc/tutorial_attributes.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/log/example/doc/tutorial_attributes.cpp b/libs/log/example/doc/tutorial_attributes.cpp index 7d5905c50..0749193b0 100644 --- a/libs/log/example/doc/tutorial_attributes.cpp +++ b/libs/log/example/doc/tutorial_attributes.cpp @@ -1,5 +1,5 @@ /* - * Copyright Andrey Semashev 2007 - 2013. + * Copyright Andrey Semashev 2007 - 2014. * 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) @@ -10,8 +10,8 @@ #include <ostream> #include <fstream> #include <iomanip> -#include <boost/shared_ptr.hpp> -#include <boost/make_shared.hpp> +#include <boost/smart_ptr/shared_ptr.hpp> +#include <boost/smart_ptr/make_shared_object.hpp> #include <boost/date_time/posix_time/posix_time.hpp> #include <boost/log/core.hpp> #include <boost/log/expressions.hpp> |