shared_container_iterator.hpp 523 B

123456789101112131415
  1. // (C) Copyright Andrey Semashev 2025.
  2. // Distributed under the Boost Software License, Version 1.0. (See
  3. // accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_SHARED_CONTAINER_ITERATOR_HPP
  6. #define BOOST_SHARED_CONTAINER_ITERATOR_HPP
  7. // This is a deprecated header left for backward compatibility.
  8. // Please use <boost/iterator/shared_container_iterator.hpp> instead.
  9. #include <boost/iterator/shared_container_iterator.hpp>
  10. #endif // BOOST_SHARED_CONTAINER_ITERATOR_HPP