boostorg / range

Boost.org range module
http://boost.org/libs/range
43 stars 104 forks source link

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

Closed cwecht closed 6 years ago

cwecht commented 6 years ago

…ke e.g. unique_ptr

cwecht commented 6 years ago

I disabled the moving-implementation in here: https://github.com/cwecht/range/tree/fix_push_back @pdimov could you run the test on this one?

pdimov commented 6 years ago

No, but if you make a pull request here, Travis will run on it automatically.

In principle you should also be able to enable Travis on your fork, but for some reason https://travis-ci.org/cwecht/range says "not found". You probably need to do something to give Travis rights to see your repos. https://docs.travis-ci.com/user/getting-started/