Peter Dimov
9f94c8703b
Merge branch 'develop'
2018-10-01 15:42:04 +03:00
Peter Dimov
4cfd4d8287
Merge branch 'develop'
2018-07-12 16:59:32 +03:00
Neil Groves
314b5d6b3c
Merge branch 'develop'
2018-04-18 11:04:16 +01:00
Peter Dimov
b1d5d23514
Add quick test target (for CI)
2017-12-18 21:14:16 +02:00
Daniel James
aaebfa5b20
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.
b74f49f1e5
2017-12-18 21:14:06 +02:00
Peter Dimov
95a62a3b3a
Split Travis jobs to avoid timeout
2017-12-03 15:16:45 +02:00
Peter Dimov
67929cd7df
Add .travis.yml
2017-12-03 15:16:25 +02:00
Peter Dimov
efdd98332b
Qualify boost::search in test/algorithm to avoid ambiguity with C++17's std::search
2017-09-10 03:03:16 +03:00
Marcel Raad
97951d2a8b
Fix test compilation
...
boost::detail::iterator_traits was used without including the necessary header
file. It's deprecated anyway and only maps to std::iterator_traits. Also,
utility was missing for std::pair.
2017-09-10 02:21:53 +03:00
Marcel Raad
efa2dc71f9
Fix compilation
...
boost::detail::iterator_traits was used without including the necessary header file. It's deprecated anyway and only maps to std::iterator_traits.
2017-09-09 23:37:16 +03:00