Sha256: 1459e8512405f15e8950d4457869b03b9d64e7b6914e2b4c1aa1e99e35f821e8

Contents?: true

Size: 459 Bytes

Versions: 29

Compression:

Stored size: 459 Bytes

Contents

//  (C) Copyright Beman Dawes 2000. Distributed under the Boost
//  Software License, Version 1.0. (See accompanying file
//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

#ifndef BOOST_ITERATOR_HPP
#define BOOST_ITERATOR_HPP

// This header is obsolete and will be deprecated.

#include <iterator>
#include <cstddef>           // std::ptrdiff_t

namespace boost
{

using std::iterator;

} // namespace boost

#endif // BOOST_ITERATOR_HPP

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
passenger-5.3.3 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.3.2 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.3.1 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.3.0 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.2.3 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.2.2 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.2.1 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.2.0 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.1.12 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.1.11 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.1.10 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.1.9 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.1.8 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.1.7 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.1.6 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.1.5 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.1.4 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.1.3 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.1.2 src/cxx_supportlib/vendor-modified/boost/iterator.hpp
passenger-5.1.1 src/cxx_supportlib/vendor-modified/boost/iterator.hpp