blob: 33ff8d732f230d6e78f18a03a9b2e359d306f473 [file] [log] [blame]
Jeff Thompson3d613fd2013-10-15 15:39:04 -07001#ifndef NDNBOOST_SHARED_PTR_HPP_INCLUDED
2#define NDNBOOST_SHARED_PTR_HPP_INCLUDED
Jeff Thompsonf7d49942013-08-01 16:47:40 -07003
4//
5// shared_ptr.hpp
6//
7// (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
8// Copyright (c) 2001-2008 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)
13//
14// See http://www.boost.org/libs/smart_ptr/shared_ptr.htm for documentation.
15//
16
Jeff Thompson2277ce52013-08-01 17:34:11 -070017#include <ndnboost/smart_ptr/shared_ptr.hpp>
Jeff Thompsonf7d49942013-08-01 16:47:40 -070018
Jeff Thompson3d613fd2013-10-15 15:39:04 -070019#endif // #ifndef NDNBOOST_SHARED_PTR_HPP_INCLUDED