~roguescholar/boost/+git/range:revert-43-topic/unary-irange

Last commit made on 2017-11-15
Get this branch:
git clone -b revert-43-topic/unary-irange https://git.launchpad.net/~roguescholar/boost/+git/range

Branch merges

Branch information

Name:
revert-43-topic/unary-irange
Repository:
lp:~roguescholar/boost/+git/range

Recent commits

51fbb45... by neilgroves <email address hidden>

Revert "irange: introduce one-parameter variant of irange"

83a352f... by neilgroves <email address hidden>

Merge pull request #45 from mateuszlewko/develop

Update irange.hpp

0e0d77c... by neilgroves <email address hidden>

Merge pull request #56 from tonyelewis/add_const_to_adj_filt_rng

Add missing const to adjacent_filtered_range

d1f36fb... by neilgroves <email address hidden>

Merge pull request #54 from cwecht/push_back_move_support

push_back: added support for not-copyable but moveable value-types li…

4283443... by neilgroves <email address hidden>

Merge pull request #57 from jeanphilippeD/fix_transformed_test

Fix transformed test compile error on GCC 5.4

3771624... by neilgroves <email address hidden>

Merge pull request #43 from timblechmann/topic/unary-irange

irange: introduce one-parameter variant of irange

4a72967... by Jean-Philippe DUFRAIGNE <email address hidden>

Fix transformed test compile error on GCC 5.4

The function object 'lambda' did not provide result_type like the other
function objects did.

The test now compile and pass using'b2'

dfa3697... by Tony Lewis <email address hidden>

Add missing const to adjacent_filtered_range

8b98b69... by Peter Dimov <email address hidden>

Qualify boost::search in test/algorithm to avoid ambiguity with C++17's std::search

d996289... by Christopher Wecht <email address hidden>

push_back: added support for not-copyable but moveable value-types like e.g. unique_ptr