1 #ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
2 #define BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
3 
4 // MS compatible compilers support #pragma once
5 
6 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
7 # pragma once
8 #endif
9 
10 //
11 //  detail/quick_allocator.hpp
12 //
13 //  Copyright (c) 2003 David Abrahams
14 //  Copyright (c) 2003 Peter Dimov
15 //
16 //  Distributed under the Boost Software License, Version 1.0.
17 //  See accompanying file LICENSE_1_0.txt or copy at
18 //  http://www.boost.org/LICENSE_1_0.txt
19 //
20 
21 #include <boost/smart_ptr/detail/quick_allocator.hpp>
22 
23 #endif  // #ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
24