~roguescholar/boost/+git/iterator:svn-branches/filesystem-v3

Last commit made on 2012-03-18
Get this branch:
git clone -b svn-branches/filesystem-v3 https://git.launchpad.net/~roguescholar/boost/+git/iterator

Branch merges

Branch information

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

Recent commits

9b2d0b5... by Beman Dawes

Create branches/filesystem-v3 for v2 removal

[SVN r77385]

5c477dc... by Daniel James <email address hidden>

Always include add_reference in iterator_adaptor.

It's only included for certain configurations but is always used. This
didn't matter in the past because it was transitively included by
is_convertible. But it isn't now on Visual C++ because its itsintrinsic
version is being used, which doesn't require add_reference.

[SVN r69855]

caa0e50... by Marshall Clow <email address hidden>

Added Michel's patches for #1427

[SVN r68205]

14b1075... by Marshall Clow <email address hidden>

Apply patch for #3645; will merge to release after tests cycle

[SVN r67738]

752fc7c... by Jeremiah Willcock

Removed <boost/pending/integer_range.hpp> and a few more uses of it; fixes #4642

[SVN r67035]

15f3bf9... by Daniel James <email address hidden>

Update various libraries' documentation build.

Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]

d469568... by Jeremiah Willcock

function_input_iterator fixes from Dean Michael Berris

[SVN r62710]

251b9f8... by Jeremiah Willcock

Fixed #3434

[SVN r62626]

2786268... by Jeremiah Willcock

Applied patches from #1427; fixes #1427

[SVN r62625]

6bb8223... by Jeremiah Willcock

Added function_input_iterator from Dean Michael Berris; fixes #2893

[SVN r62615]