~roguescholar/boost/+git/range:revert-54-push_back_move_support

Last commit made on 2018-01-03
Get this branch:
git clone -b revert-54-push_back_move_support https://git.launchpad.net/~roguescholar/boost/+git/range

Branch merges

Branch information

Name:
revert-54-push_back_move_support
Repository:
lp:~roguescholar/boost/+git/range

Recent commits

5b25008... by neilgroves <email address hidden>

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

5408f22... by Peter Dimov <email address hidden>

Split Travis jobs to avoid timeout

937a411... by Peter Dimov <email address hidden>

Add .travis.yml

1dac6a7... by Peter Dimov <email address hidden>

Add `quick` test target (for CI)

1234c59... by Peter Dimov <email address hidden>

Merge pull request #61 from danieljames/develop

Include boost/next_prior.hpp where needed

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

Include boost/next_prior.hpp where needed

A recent change to boost/utility.hpp removed the include of this header,
so now it's needed for boost::prior and boost::next.

https://github.com/boostorg/utility/commit/b74f49f1e56e0be7eda4085de9aa0107526b423e

619c074... by neilgroves <email address hidden>

Merge pull request #58 from boostorg/revert-45-develop

Revert "Update irange.hpp"

4614777... by neilgroves <email address hidden>

Revert "Update irange.hpp"

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