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