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