~roguescholar/boost/+git/iterator:svn-branches/iterator-adaptors

Last commit made on 2000-07-31
Get this branch:
git clone -b svn-branches/iterator-adaptors https://git.launchpad.net/~roguescholar/boost/+git/iterator

Branch merges

Branch information

Name:
svn-branches/iterator-adaptors
Repository:
lp:~roguescholar/boost/+git/iterator

Recent commits

71279f8... by DaveAbrahams

Some fixes for MSVC6, plus changed instances of BOOST_NO_ITERATOR_TRAITS to
BOOST_NO_STD_ITERATOR_TRAITS.

[SVN r7669]

51e5c86... by DaveAbrahams

Simplified things a little by removing an unused template parameter from
iterator_comparisons<>. Conditionalized the use of iterator_comparisons<> on
BOOST_RELOPS_AMBIGUITY_BUG.

[SVN r7666]

9324733... by Jeremy Siek <email address hidden>

fixed g++ operator ambiguity problem bu adding iterator_comparisons class

[SVN r7653]

6b46c0e... by Jeremy Siek <email address hidden>

added transform_iterator, indirect_iterator, reverse_iterator, integer_range

[SVN r7652]

e4058f7... by Jeremy Siek <email address hidden>

generic tests for standard conforming iterators

[SVN r7650]

022f3a0... by Jeremy Siek <email address hidden>

added iterator_adaptors type generator, added copyright for jsiek

[SVN r7649]

d75da09... by Jeremy Siek <email address hidden>

changed the order of the template params in iterator_adaptor so that
traits comes before non-const iterator because it may not have a default
in the case of VC++

[SVN r7645]

b8b3baf... by Jeremy Siek <email address hidden>

initial checkin of iterator_adaptors, same as original wrapped_iterator
except for changing the name to iterator_adaptor

[SVN r7644]

beae2da... by nobody <nobody@localhost>

This commit was manufactured by cvs2svn to create branch
'iterator-adaptors'.

[SVN r7633]