Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:35:28

0001 #ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
0002 #define BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
0003 
0004 // MS compatible compilers support #pragma once
0005 
0006 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
0007 # pragma once
0008 #endif
0009 
0010 //
0011 //  detail/quick_allocator.hpp
0012 //
0013 //  Copyright (c) 2003 David Abrahams
0014 //  Copyright (c) 2003 Peter Dimov
0015 //
0016 //  Distributed under the Boost Software License, Version 1.0.
0017 //  See accompanying file LICENSE_1_0.txt or copy at
0018 //  http://www.boost.org/LICENSE_1_0.txt
0019 //
0020 
0021 #include <boost/smart_ptr/detail/quick_allocator.hpp>
0022 
0023 #endif  // #ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED