Sha256: c4a23223765c62c12e19cb1fe37d07d924735e0bce5ecef54ef03a9ebdd45c71
Contents?: true
Size: 525 Bytes
Versions: 27
Compression:
Stored size: 525 Bytes
Contents
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED #define BOOST_SHARED_PTR_HPP_INCLUDED // // shared_ptr.hpp // // (C) Copyright Greg Colvin and Beman Dawes 1998, 1999. // Copyright (c) 2001-2008 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) // // See http://www.boost.org/libs/smart_ptr/ for documentation. // #include <boost/smart_ptr/shared_ptr.hpp> #endif // #ifndef BOOST_SHARED_PTR_HPP_INCLUDED
Version data entries
27 entries across 27 versions & 1 rubygems