~roguescholar/boost/+git/iterator:svn-branches/unlabeled-1.2.2

Last commit made on 2004-01-27
Get this branch:
git clone -b svn-branches/unlabeled-1.2.2 https://git.launchpad.net/~roguescholar/boost/+git/iterator

Branch merges

Branch information

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

Recent commits

f21afdb... by DaveAbrahams

Bring branch up-to-date with trunk

[SVN r21992]

392aaec... by nobody <nobody@localhost>

This commit was manufactured by cvs2svn to create branch
'unlabeled-1.2.2'.

[SVN r20932]

09ea8d2... by DaveAbrahams

Documentation updates, added GNUMakefile for building

[SVN r20931]

ca1ee30... by DaveAbrahams

Remove bogus check for use_default

[SVN r20926]

b63814d... by DaveAbrahams

Check *implicit* convertibility from reference to value

[SVN r20925]

dfc09c4... by DaveAbrahams

Make sure a precise copy of n1550 is in the CVS.

[SVN r20908]

f671513... by DaveAbrahams

vc6 workaround

[SVN r20906]

f18906a... by DaveAbrahams

Removed access category tags from iterator library, made corresponding
changes elsewhere.

boost/iterator and libs/iterator/test were updated from
branch "simplify"

[SVN r20905]

522195f... by DaveAbrahams

Stop making the incorrect assumption that x == j[n] is legitimate
whenever x = j[n] and x == x are. j[n] may be a proxy convertible to
typeof(x) and x == x may use a templated operator==, which wouldn't
match the proxy.

[SVN r20887]

bdc1304... by DaveAbrahams

Got everything working with GCC

[SVN r20864]