~roguescholar/boost/+git/range:svn-branches/inspect

Last commit made on 2010-04-20
Get this branch:
git clone -b svn-branches/inspect https://git.launchpad.net/~roguescholar/boost/+git/range

Branch merges

Branch information

Name:
svn-branches/inspect
Repository:
lp:~roguescholar/boost/+git/range

Recent commits

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

Create a branch for inspect fixes.

[SVN r61439]

f6c1577... by Jeremiah Willcock

Fixed tab and no-newline-at-end-of-file issues from inspection report

[SVN r61435]

4641e2e... by Neil Groves

Boost.Range - removed unnecessary code from the sliced adaptor.
Added a unit test to test the use of a non-member function as a transform functor and composition of strided, sliced and transformed range adaptors.

[SVN r61404]

a1cb3d9... by Neil Groves

Boost.Range added the strided adaptor to the boost/range/adaptors.hpp

[SVN r61378]

4830359... by Neil Groves

Boost.Range corrected istream_range implementation. Added the missing istream_range unit test. Removed the untested and undocumented unbounded_range for this release.

[SVN r61345]

cf63ba0... by Neil Groves

Boost.Range removed redundant overloads, increased compiler support, and made return types consistent.

[SVN r61281]

22fcae4... by Neil Groves

Boost.Range reverted attempted fix for iterator_range::operator[] since this was not a good fix.

[SVN r61269]

47b40f6... by Neil Groves

Boost.Range defect fix for the operator[] of iterator_range. This now reverts to a simpler implementation when the iterator is a pointer.

[SVN r61258]

350a1f8... by Neil Groves

Boost.Range updated the return types of various algorithms to improve consistency. This is to address a specific request made during the formal review of Boost.RangeEx.

[SVN r61211]

cab01e8... by Neil Groves

Boost.Range remove deprecated html documentation.

[SVN r61148]