00001 #ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED 00002 #define BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED 00003 00004 // MS compatible compilers support #pragma once 00005 00006 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 00007 # pragma once 00008 #endif 00009 00010 // 00011 // detail/quick_allocator.hpp 00012 // 00013 // Copyright (c) 2003 David Abrahams 00014 // Copyright (c) 2003 Peter Dimov 00015 // 00016 // Distributed under the Boost Software License, Version 1.0. 00017 // See accompanying file LICENSE_1_0.txt or copy at 00018 // http://www.boost.org/LICENSE_1_0.txt 00019 // 00020 00021 #include <boost/smart_ptr/detail/quick_allocator.hpp> 00022 00023 #endif // #ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED