Blame boost/shared_ptr.hpp

Packit 58578d
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
Packit 58578d
#define BOOST_SHARED_PTR_HPP_INCLUDED
Packit 58578d
Packit 58578d
//
Packit 58578d
//  shared_ptr.hpp
Packit 58578d
//
Packit 58578d
//  (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
Packit 58578d
//  Copyright (c) 2001-2008 Peter Dimov
Packit 58578d
//
Packit 58578d
//  Distributed under the Boost Software License, Version 1.0. (See
Packit 58578d
//  accompanying file LICENSE_1_0.txt or copy at
Packit 58578d
//  http://www.boost.org/LICENSE_1_0.txt)
Packit 58578d
//
Packit 58578d
//  See http://www.boost.org/libs/smart_ptr/ for documentation.
Packit 58578d
//
Packit 58578d
Packit 58578d
#include <boost/smart_ptr/shared_ptr.hpp>
Packit 58578d
Packit 58578d
#endif  // #ifndef BOOST_SHARED_PTR_HPP_INCLUDED