quick_allocator.hpp 606 B

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