blob: 99bf6865b05106b33b06b492f17408ae14b60f94 [file] [log] [blame]
Jeff Thompson3d613fd2013-10-15 15:39:04 -07001#ifndef NDNBOOST_SCOPED_ARRAY_HPP_INCLUDED
2#define NDNBOOST_SCOPED_ARRAY_HPP_INCLUDED
Jeff Thompsonef2d5a42013-08-22 19:09:24 -07003
4// (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
5// Copyright (c) 2001, 2002 Peter Dimov
6//
7// Distributed under the Boost Software License, Version 1.0. (See
8// accompanying file LICENSE_1_0.txt or copy at
9// http://www.boost.org/LICENSE_1_0.txt)
10//
11// http://www.boost.org/libs/smart_ptr/scoped_array.htm
12//
13
14#include <ndnboost/smart_ptr/scoped_array.hpp>
15
Jeff Thompson3d613fd2013-10-15 15:39:04 -070016#endif // #ifndef NDNBOOST_SCOPED_ARRAY_HPP_INCLUDED