~roguescholar/boost/+git/iterator:svn-branches/maintenance/1_50_0

Last commit made on 2012-07-12
Get this branch:
git clone -b svn-branches/maintenance/1_50_0 https://git.launchpad.net/~roguescholar/boost/+git/iterator

Branch merges

Branch information

Name:
svn-branches/maintenance/1_50_0
Repository:
lp:~roguescholar/boost/+git/iterator

Recent commits

53a3e82... by Daniel James <email address hidden>

Create a maintenance branch for 1.50.

I know we don't normally do this, but I wanted to store a fix for a bug in
unordered somewhere.

[SVN r79440]

db4679f... by Beman Dawes

Release 1.50.0

[SVN r79156]

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

merging from trunk; fix #5127 from M. Morin; fix for refs #5697

[SVN r78184]

fbbdcf8... by Jeremiah Willcock

Merged in BGL, enable_if, and related changes from trunk: r67035, r57559, r72837, r73010, r73026, r72960, r73425, r73424, r73009, r73998, r73997, r73006, r73630, r73631, r73999, r73422, r73423, r73996, r71221

[SVN r74023]

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

Iterator: Use boost::result_of to determine nested result type of function in transform_iterator. Fixes #1427.

[SVN r70715]

1ca1cad... by Daniel James <email address hidden>

Iterator: merge several changes from trunk.

- Update iterator_facade test for #1019
  (header change already merged).
- Category of each iterator is reduced to a known category before we try to
  find a minimum. Fixes #1517.
- `function_input_iterator` from Dean Michael Berris. Fixes #2893
- Fix typo in `boost/iterator.hpp`. Fixes #3434.
- Always include `add_reference` header in iterator adaptor header.

Did not merge changes for #1427.

[SVN r70709]

d45b57c... by Daniel James <email address hidden>

Revert [68076], refs #1427.

Will try to fix this properly in 1.47.

[SVN r68524]

5a88e6f... by Marshall Clow <email address hidden>

Merging fixes to release; Fixes #1427

[SVN r68076]

36565ea... by Marshall Clow <email address hidden>

Merging fixes to release; fixes #2294 fixes #4918 fixes #3645 refs #2823 refs #1427 refs #2893

[SVN r67792]

de4ef14... by Daniel James <email address hidden>

Merge documentation fixes.

* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.

[SVN r63347]