forked from boostorg/iterator
Compare commits
5 Commits
svn-branch
...
svn-branch
Author | SHA1 | Date | |
---|---|---|---|
a1a447e53f | |||
5d78577731 | |||
c73e4d23a7 | |||
b4ee8ac96d | |||
a2f779bfbe |
@ -1,24 +0,0 @@
|
||||
#----------------------------------------------------------------------------
|
||||
# This file was automatically generated from the original CMakeLists.txt file
|
||||
# Add a variable to hold the headers for the library
|
||||
set (lib_headers
|
||||
iterator.hpp
|
||||
iterator
|
||||
)
|
||||
|
||||
# Add a library target to the build system
|
||||
boost_library_project(
|
||||
iterator
|
||||
# SRCDIRS
|
||||
TESTDIRS test
|
||||
HEADERS ${lib_headers}
|
||||
# DOCDIRS
|
||||
DESCRIPTION "A system of concepts which extend the C++ standard iterator requirementsand a framework of components for building iterators based on these extended concepts and includes several useful iterator adaptors."
|
||||
MODULARIZED
|
||||
AUTHORS "David Abrahams <dave -at- boostpro.com>"
|
||||
"Jeremy Siek <jeremy.siek -at- gmail.com>"
|
||||
"Thomas Witt <witt - at - acm.org>"
|
||||
# MAINTAINERS
|
||||
)
|
||||
|
||||
|
0
doc/BidirectionalTraversal.rst
Normal file → Executable file
0
doc/BidirectionalTraversal.rst
Normal file → Executable file
0
doc/ForwardTraversal.rst
Normal file → Executable file
0
doc/ForwardTraversal.rst
Normal file → Executable file
0
doc/GNUmakefile
Normal file → Executable file
0
doc/GNUmakefile
Normal file → Executable file
0
doc/IncrementableIterator.rst
Normal file → Executable file
0
doc/IncrementableIterator.rst
Normal file → Executable file
@ -16,7 +16,5 @@ boostbook standalone
|
||||
<xsl:param>toc.max.depth=3
|
||||
<xsl:param>toc.section.depth=3
|
||||
<xsl:param>chunk.section.depth=4
|
||||
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/iterator/doc
|
||||
;
|
||||
|
||||
|
||||
|
0
doc/LvalueIterator.rst
Normal file → Executable file
0
doc/LvalueIterator.rst
Normal file → Executable file
0
doc/ReadableIterator.rst
Normal file → Executable file
0
doc/ReadableIterator.rst
Normal file → Executable file
0
doc/SinglePassIterator.rst
Normal file → Executable file
0
doc/SinglePassIterator.rst
Normal file → Executable file
0
doc/SwappableIterator.rst
Normal file → Executable file
0
doc/SwappableIterator.rst
Normal file → Executable file
0
doc/WritableIterator.rst
Normal file → Executable file
0
doc/WritableIterator.rst
Normal file → Executable file
0
doc/counting_iterator.pdf
Normal file → Executable file
0
doc/counting_iterator.pdf
Normal file → Executable file
0
doc/docutils.sty
Normal file → Executable file
0
doc/docutils.sty
Normal file → Executable file
0
doc/facade-and-adaptor.html
Normal file → Executable file
0
doc/facade-and-adaptor.html
Normal file → Executable file
0
doc/facade-and-adaptor.pdf
Normal file → Executable file
0
doc/facade-and-adaptor.pdf
Normal file → Executable file
0
doc/facade_iterator_category.rst
Normal file → Executable file
0
doc/facade_iterator_category.rst
Normal file → Executable file
0
doc/filter_iterator.pdf
Normal file → Executable file
0
doc/filter_iterator.pdf
Normal file → Executable file
0
doc/function_output_iterator.pdf
Normal file → Executable file
0
doc/function_output_iterator.pdf
Normal file → Executable file
0
doc/index.html
Normal file → Executable file
0
doc/index.html
Normal file → Executable file
0
doc/index.rst
Normal file → Executable file
0
doc/index.rst
Normal file → Executable file
0
doc/indirect_iterator.pdf
Normal file → Executable file
0
doc/indirect_iterator.pdf
Normal file → Executable file
0
doc/indirect_reference_ref.rst
Normal file → Executable file
0
doc/indirect_reference_ref.rst
Normal file → Executable file
0
doc/interoperability-revisited.rst
Normal file → Executable file
0
doc/interoperability-revisited.rst
Normal file → Executable file
0
doc/issues.rst
Normal file → Executable file
0
doc/issues.rst
Normal file → Executable file
0
doc/iterator_adaptor.pdf
Normal file → Executable file
0
doc/iterator_adaptor.pdf
Normal file → Executable file
0
doc/iterator_adaptor_tutorial.rst
Normal file → Executable file
0
doc/iterator_adaptor_tutorial.rst
Normal file → Executable file
0
doc/iterator_archetypes.html
Normal file → Executable file
0
doc/iterator_archetypes.html
Normal file → Executable file
0
doc/iterator_archetypes.pdf
Normal file → Executable file
0
doc/iterator_archetypes.pdf
Normal file → Executable file
0
doc/iterator_archetypes.rst
Normal file → Executable file
0
doc/iterator_archetypes.rst
Normal file → Executable file
0
doc/iterator_concepts.pdf
Normal file → Executable file
0
doc/iterator_concepts.pdf
Normal file → Executable file
0
doc/iterator_concepts.rst
Normal file → Executable file
0
doc/iterator_concepts.rst
Normal file → Executable file
0
doc/iterator_facade.pdf
Normal file → Executable file
0
doc/iterator_facade.pdf
Normal file → Executable file
0
doc/iterator_facade_tutorial.rst
Normal file → Executable file
0
doc/iterator_facade_tutorial.rst
Normal file → Executable file
0
doc/iterator_traits.html
Normal file → Executable file
0
doc/iterator_traits.html
Normal file → Executable file
0
doc/iterator_traits.pdf
Normal file → Executable file
0
doc/iterator_traits.pdf
Normal file → Executable file
0
doc/iterator_traits.rst
Normal file → Executable file
0
doc/iterator_traits.rst
Normal file → Executable file
0
doc/make_counting_iterator.rst
Normal file → Executable file
0
doc/make_counting_iterator.rst
Normal file → Executable file
0
doc/make_filter_iterator.rst
Normal file → Executable file
0
doc/make_filter_iterator.rst
Normal file → Executable file
0
doc/make_transform_iterator.rst
Normal file → Executable file
0
doc/make_transform_iterator.rst
Normal file → Executable file
0
doc/make_zip_iterator.rst
Normal file → Executable file
0
doc/make_zip_iterator.rst
Normal file → Executable file
0
doc/new-iter-concepts.html
Normal file → Executable file
0
doc/new-iter-concepts.html
Normal file → Executable file
0
doc/new-iter-concepts.pdf
Normal file → Executable file
0
doc/new-iter-concepts.pdf
Normal file → Executable file
0
doc/permutation_iterator.pdf
Normal file → Executable file
0
doc/permutation_iterator.pdf
Normal file → Executable file
0
doc/pointee.html
Normal file → Executable file
0
doc/pointee.html
Normal file → Executable file
0
doc/pointee.pdf
Normal file → Executable file
0
doc/pointee.pdf
Normal file → Executable file
0
doc/pointee.rst
Normal file → Executable file
0
doc/pointee.rst
Normal file → Executable file
0
doc/pointee_ref.rst
Normal file → Executable file
0
doc/pointee_ref.rst
Normal file → Executable file
0
doc/reverse_iterator.pdf
Normal file → Executable file
0
doc/reverse_iterator.pdf
Normal file → Executable file
0
doc/transform_iterator.pdf
Normal file → Executable file
0
doc/transform_iterator.pdf
Normal file → Executable file
0
doc/transform_iterator_eg.rst
Normal file → Executable file
0
doc/transform_iterator_eg.rst
Normal file → Executable file
0
doc/zip_iterator.html
Normal file → Executable file
0
doc/zip_iterator.html
Normal file → Executable file
0
doc/zip_iterator.pdf
Normal file → Executable file
0
doc/zip_iterator.pdf
Normal file → Executable file
0
doc/zip_iterator.rst
Normal file → Executable file
0
doc/zip_iterator.rst
Normal file → Executable file
0
doc/zip_iterator_abstract.rst
Normal file → Executable file
0
doc/zip_iterator_abstract.rst
Normal file → Executable file
0
doc/zip_iterator_eg.rst
Normal file → Executable file
0
doc/zip_iterator_eg.rst
Normal file → Executable file
0
doc/zip_iterator_ref.rst
Normal file → Executable file
0
doc/zip_iterator_ref.rst
Normal file → Executable file
0
example/node.hpp
Normal file → Executable file
0
example/node.hpp
Normal file → Executable file
0
example/node_iterator1.cpp
Normal file → Executable file
0
example/node_iterator1.cpp
Normal file → Executable file
0
example/node_iterator1.hpp
Normal file → Executable file
0
example/node_iterator1.hpp
Normal file → Executable file
0
example/node_iterator2.cpp
Normal file → Executable file
0
example/node_iterator2.cpp
Normal file → Executable file
0
example/node_iterator2.hpp
Normal file → Executable file
0
example/node_iterator2.hpp
Normal file → Executable file
0
example/node_iterator3.cpp
Normal file → Executable file
0
example/node_iterator3.cpp
Normal file → Executable file
0
example/node_iterator3.hpp
Normal file → Executable file
0
example/node_iterator3.hpp
Normal file → Executable file
0
include/boost/iterator/detail/any_conversion_eater.hpp
Normal file → Executable file
0
include/boost/iterator/detail/any_conversion_eater.hpp
Normal file → Executable file
@ -47,7 +47,7 @@
|
||||
#endif
|
||||
|
||||
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300) \
|
||||
|| BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x5A0)) \
|
||||
|| BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x531)) \
|
||||
|| (BOOST_WORKAROUND(BOOST_INTEL_CXX_VERSION, <= 700) && defined(_MSC_VER)) \
|
||||
|| BOOST_WORKAROUND(__DECCXX_VER, BOOST_TESTED_AT(60590042)) \
|
||||
|| BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x590))
|
||||
|
0
include/boost/iterator/detail/facade_iterator_category.hpp
Normal file → Executable file
0
include/boost/iterator/detail/facade_iterator_category.hpp
Normal file → Executable file
0
include/boost/iterator/detail/minimum_category.hpp
Normal file → Executable file
0
include/boost/iterator/detail/minimum_category.hpp
Normal file → Executable file
@ -110,7 +110,7 @@ namespace boost
|
||||
private:
|
||||
typename super_t::reference dereference() const
|
||||
{
|
||||
# if BOOST_WORKAROUND(__BORLANDC__, < 0x5A0 )
|
||||
# if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551))
|
||||
return const_cast<super_t::reference>(**this->base());
|
||||
# else
|
||||
return **this->base();
|
||||
|
0
include/boost/iterator/is_lvalue_iterator.hpp
Normal file → Executable file
0
include/boost/iterator/is_lvalue_iterator.hpp
Normal file → Executable file
0
include/boost/iterator/is_readable_iterator.hpp
Normal file → Executable file
0
include/boost/iterator/is_readable_iterator.hpp
Normal file → Executable file
@ -24,14 +24,9 @@
|
||||
|
||||
#ifdef BOOST_ITERATOR_REF_CONSTNESS_KILLS_WRITABILITY
|
||||
# include <boost/type_traits/remove_reference.hpp>
|
||||
|
||||
# if BOOST_WORKAROUND(__CODEGEARC__, BOOST_TESTED_AT(0x610))
|
||||
# include <boost/type_traits/add_reference.hpp>
|
||||
# endif
|
||||
|
||||
#else
|
||||
#else
|
||||
# include <boost/type_traits/add_reference.hpp>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/iterator/detail/config_def.hpp>
|
||||
|
||||
|
@ -470,7 +470,8 @@ namespace boost
|
||||
//
|
||||
class iterator_core_access
|
||||
{
|
||||
# if defined(BOOST_NO_MEMBER_TEMPLATE_FRIENDS)
|
||||
# if defined(BOOST_NO_MEMBER_TEMPLATE_FRIENDS) \
|
||||
|| BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551))
|
||||
// Tasteless as this may seem, making all members public allows member templates
|
||||
// to work in the absence of member template friends.
|
||||
public:
|
||||
|
0
include/boost/iterator/zip_iterator.hpp
Normal file → Executable file
0
include/boost/iterator/zip_iterator.hpp
Normal file → Executable file
0
include/boost/pointee.hpp
Normal file → Executable file
0
include/boost/pointee.hpp
Normal file → Executable file
0
index.html
Normal file → Executable file
0
index.html
Normal file → Executable file
@ -1 +0,0 @@
|
||||
boost_module(iterator DEPENDS mpl type_traits function concept_check)
|
@ -1,33 +0,0 @@
|
||||
boost_additional_test_dependencies(iterator BOOST_DEPENDS test tuple smart_ptr)
|
||||
|
||||
# These first two tests will run last, and are expected to fail
|
||||
# for many less-capable compilers.
|
||||
|
||||
boost_test_compile_fail(interoperable_fail)
|
||||
# test uses expected success, so that we catch unrelated
|
||||
# compilation problems.
|
||||
boost_test_run(is_convertible_fail)
|
||||
boost_test_run(zip_iterator_test)
|
||||
|
||||
# These tests should work for just about everything.
|
||||
boost_test_compile(is_lvalue_iterator)
|
||||
boost_test_compile(is_readable_iterator)
|
||||
boost_test_compile(pointee)
|
||||
|
||||
boost_test_run(unit_tests)
|
||||
boost_test_run(concept_tests)
|
||||
boost_test_run(iterator_adaptor_cc)
|
||||
boost_test_run(iterator_adaptor_test)
|
||||
boost_test_compile(iterator_archetype_cc)
|
||||
boost_test_compile_fail(iter_archetype_default_ctor)
|
||||
boost_test_compile_fail(lvalue_concept_fail)
|
||||
boost_test_run(transform_iterator_test)
|
||||
boost_test_run(indirect_iterator_test)
|
||||
boost_test_compile(indirect_iter_member_types)
|
||||
boost_test_run(filter_iterator_test)
|
||||
boost_test_run(iterator_facade)
|
||||
boost_test_run(reverse_iterator_test)
|
||||
boost_test_run(counting_iterator_test)
|
||||
boost_test_run(interoperable)
|
||||
boost_test_run(iterator_traits_test)
|
||||
boost_test_run(permutation_iterator_test)
|
0
test/constant_iter_arrow.cpp
Normal file → Executable file
0
test/constant_iter_arrow.cpp
Normal file → Executable file
0
test/constant_iter_arrow_fail.cpp
Normal file → Executable file
0
test/constant_iter_arrow_fail.cpp
Normal file → Executable file
0
test/interoperable.cpp
Normal file → Executable file
0
test/interoperable.cpp
Normal file → Executable file
0
test/is_lvalue_iterator.cpp
Normal file → Executable file
0
test/is_lvalue_iterator.cpp
Normal file → Executable file
0
test/is_readable_iterator.cpp
Normal file → Executable file
0
test/is_readable_iterator.cpp
Normal file → Executable file
0
test/iter_archetype_default_ctor.cpp
Normal file → Executable file
0
test/iter_archetype_default_ctor.cpp
Normal file → Executable file
0
test/iterator_facade.cpp
Normal file → Executable file
0
test/iterator_facade.cpp
Normal file → Executable file
0
test/pointee.cpp
Normal file → Executable file
0
test/pointee.cpp
Normal file → Executable file
0
test/zip_iterator_test.cpp
Normal file → Executable file
0
test/zip_iterator_test.cpp
Normal file → Executable file
Reference in New Issue
Block a user