Compare commits

..

5 Commits

Author SHA1 Message Date
a1a447e53f Point 'more' links at the site.
[SVN r43169]
2008-02-07 23:08:19 +00:00
5d78577731 Roll back links to the beta site.
[SVN r43163]
2008-02-07 20:47:08 +00:00
c73e4d23a7 Merge from trunk.
[SVN r42243]
2007-12-22 15:36:31 +00:00
b4ee8ac96d Update links in the iterator library. I haven't regenerated the documentation, but the changes should be in sync with the source files.
[SVN r41660]
2007-12-03 20:08:14 +00:00
a2f779bfbe Create a branch to fix links on.
[SVN r41573]
2007-12-02 10:07:42 +00:00
80 changed files with 3 additions and 1 deletions

0
doc/BidirectionalTraversal.rst Normal file → Executable file
View File

0
doc/ForwardTraversal.rst Normal file → Executable file
View File

0
doc/GNUmakefile Normal file → Executable file
View File

0
doc/IncrementableIterator.rst Normal file → Executable file
View File

0
doc/LvalueIterator.rst Normal file → Executable file
View File

0
doc/ReadableIterator.rst Normal file → Executable file
View File

0
doc/SinglePassIterator.rst Normal file → Executable file
View File

0
doc/SwappableIterator.rst Normal file → Executable file
View File

0
doc/WritableIterator.rst Normal file → Executable file
View File

0
doc/counting_iterator.pdf Normal file → Executable file
View File

0
doc/docutils.sty Normal file → Executable file
View File

0
doc/facade-and-adaptor.html Normal file → Executable file
View File

0
doc/facade-and-adaptor.pdf Normal file → Executable file
View File

0
doc/facade_iterator_category.rst Normal file → Executable file
View File

0
doc/filter_iterator.pdf Normal file → Executable file
View File

0
doc/function_output_iterator.pdf Normal file → Executable file
View File

0
doc/index.html Normal file → Executable file
View File

0
doc/index.rst Normal file → Executable file
View File

0
doc/indirect_iterator.pdf Normal file → Executable file
View File

0
doc/indirect_reference_ref.rst Normal file → Executable file
View File

0
doc/interoperability-revisited.rst Normal file → Executable file
View File

0
doc/issues.rst Normal file → Executable file
View File

0
doc/iterator_adaptor.pdf Normal file → Executable file
View File

0
doc/iterator_adaptor_tutorial.rst Normal file → Executable file
View File

0
doc/iterator_archetypes.html Normal file → Executable file
View File

0
doc/iterator_archetypes.pdf Normal file → Executable file
View File

0
doc/iterator_archetypes.rst Normal file → Executable file
View File

0
doc/iterator_concepts.pdf Normal file → Executable file
View File

0
doc/iterator_concepts.rst Normal file → Executable file
View File

0
doc/iterator_facade.pdf Normal file → Executable file
View File

0
doc/iterator_facade_tutorial.rst Normal file → Executable file
View File

0
doc/iterator_traits.html Normal file → Executable file
View File

0
doc/iterator_traits.pdf Normal file → Executable file
View File

0
doc/iterator_traits.rst Normal file → Executable file
View File

0
doc/make_counting_iterator.rst Normal file → Executable file
View File

0
doc/make_filter_iterator.rst Normal file → Executable file
View File

0
doc/make_transform_iterator.rst Normal file → Executable file
View File

0
doc/make_zip_iterator.rst Normal file → Executable file
View File

0
doc/new-iter-concepts.html Normal file → Executable file
View File

0
doc/new-iter-concepts.pdf Normal file → Executable file
View File

0
doc/permutation_iterator.pdf Normal file → Executable file
View File

0
doc/pointee.html Normal file → Executable file
View File

0
doc/pointee.pdf Normal file → Executable file
View File

0
doc/pointee.rst Normal file → Executable file
View File

0
doc/pointee_ref.rst Normal file → Executable file
View File

0
doc/reverse_iterator.pdf Normal file → Executable file
View File

0
doc/rst2html Normal file → Executable file
View File

0
doc/transform_iterator.pdf Normal file → Executable file
View File

0
doc/transform_iterator_eg.rst Normal file → Executable file
View File

0
doc/zip_iterator.html Normal file → Executable file
View File

0
doc/zip_iterator.pdf Normal file → Executable file
View File

0
doc/zip_iterator.rst Normal file → Executable file
View File

0
doc/zip_iterator_abstract.rst Normal file → Executable file
View File

0
doc/zip_iterator_eg.rst Normal file → Executable file
View File

0
doc/zip_iterator_ref.rst Normal file → Executable file
View File

0
example/node.hpp Normal file → Executable file
View File

0
example/node_iterator1.cpp Normal file → Executable file
View File

0
example/node_iterator1.hpp Normal file → Executable file
View File

0
example/node_iterator2.cpp Normal file → Executable file
View File

0
example/node_iterator2.hpp Normal file → Executable file
View File

0
example/node_iterator3.cpp Normal file → Executable file
View File

0
example/node_iterator3.hpp Normal file → Executable file
View File

0
include/boost/iterator/detail/any_conversion_eater.hpp Normal file → Executable file
View File

View File

@ -49,7 +49,9 @@
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300) \
|| 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(__DECCXX_VER, BOOST_TESTED_AT(60590042)) \
|| BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x590))
# define BOOST_NO_LVALUE_RETURN_DETECTION
# if 0 // test code

View File

0
include/boost/iterator/detail/minimum_category.hpp Normal file → Executable file
View File

0
include/boost/iterator/is_lvalue_iterator.hpp Normal file → Executable file
View File

0
include/boost/iterator/is_readable_iterator.hpp Normal file → Executable file
View File

0
include/boost/iterator/zip_iterator.hpp Normal file → Executable file
View File

0
include/boost/pointee.hpp Normal file → Executable file
View File

0
index.html Normal file → Executable file
View File

0
test/constant_iter_arrow.cpp Normal file → Executable file
View File

0
test/constant_iter_arrow_fail.cpp Normal file → Executable file
View File

0
test/interoperable.cpp Normal file → Executable file
View File

0
test/is_lvalue_iterator.cpp Normal file → Executable file
View File

0
test/is_readable_iterator.cpp Normal file → Executable file
View File

0
test/iter_archetype_default_ctor.cpp Normal file → Executable file
View File

0
test/iterator_facade.cpp Normal file → Executable file
View File

0
test/pointee.cpp Normal file → Executable file
View File

0
test/zip_iterator_test.cpp Normal file → Executable file
View File