quick_allocator.hpp 512 B

12345678910111213141516
  1. #ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
  2. #define BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
  3. // Copyright (c) 2003 David Abrahams
  4. // Copyright (c) 2003 Peter Dimov
  5. // Distributed under the Boost Software License, Version 1.0.
  6. // https://www.boost.org/LICENSE_1_0.txt
  7. #include <boost/config/header_deprecated.hpp>
  8. BOOST_HEADER_DEPRECATED("<boost/smart_ptr/detail/quick_allocator.hpp>")
  9. #include <boost/smart_ptr/detail/quick_allocator.hpp>
  10. #endif // #ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED