~roguescholar/boost/+git/iterator:svn-branches/modular-build

Last commit made on 2013-09-25
Get this branch:
git clone -b svn-branches/modular-build https://git.launchpad.net/~roguescholar/boost/+git/iterator

Branch merges

Branch information

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

Recent commits

c2d2f1c... by Vladimir Prus

Create branch to keep WIP patch for modular build.

[SVN r85883]

db29a87... by "Jeffrey Lee Hellrung, Jr" <email address hidden>

refs #6403

[SVN r80903]

8345293... by "Jeffrey Lee Hellrung, Jr" <email address hidden>

refs #6404

[SVN r80902]

512298c... by "Jeffrey Lee Hellrung, Jr" <email address hidden>

- BREAKING CHANGE: iterator_facade::pointer now corresponds to the actual result of iterator_facade::operator-> rather than Value*. This required an adjustment to a test.
- The logic for determining the result of iterator_facade::operator[] has been factored out into a separate detail header in preparation for its potential use in iterator_range to avoid iterator_range::operator[] from returning a reference to a temporary.

[SVN r80901]

7dbd0f5... by "Jeffrey Lee Hellrung, Jr" <email address hidden>

Fixing typos in comments of iterator_facade.

[SVN r80817]

1ce1296... by "Jeffrey Lee Hellrung, Jr" <email address hidden>

Extending the usability of function_input_iterator after the changes addressing #5825: a dereference before each increment is no longer required.

[SVN r80790]

c6f3269... by "Jeffrey Lee Hellrung, Jr" <email address hidden>

updating documentation to reflect new and more sensible behavior

[SVN r80468]

31c3971... by "Jeffrey Lee Hellrung, Jr" <email address hidden>

fix #5825; fix #7194

[SVN r80467]

2db78ee... by DaveAbrahams

Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare.

[SVN r78502]

ad90dac... by "Jeffrey Lee Hellrung, Jr" <email address hidden>

refs #5127 applying Michael Morin's patch for transform_iterator to trunk

[SVN r78121]