neilgroves
474efda11a
Merge pull request #94 from mjendruk/fix-any-range-non-reference-references
...
Fix any_range with non-reference references can cause UB
2020-02-13 09:36:50 +00:00
Nikita Kniazev
f1215fbda2
Remove broken BOOST_NO_FUNCTION_TEMPLATE_ORDERING workaround
...
The workaround seems to be broken for a while, no compilers with that bug are
tested/supported, and there is no complaint whatsoever, not even on trac.
2019-09-28 01:11:01 +03:00
code@jendruk.com
5f04231144
Make lower_bound and upper_bound take argument by const reference
2019-05-31 16:06:46 +02:00
code@jendruk.com
4e0b172a23
Merge branch 'fix-any-range-non-reference-references' of https://github.com/mjendruk/range into fix-any-range-non-reference-references
...
# Conflicts:
# include/boost/range/detail/any_iterator_interface.hpp
2019-05-31 10:46:51 +02:00
code@jendruk.com
21a06a93aa
Replace decay with remove_reference / remove_const
2019-05-31 10:46:04 +02:00
Max Jendruk
6b3750f209
Remove unused include
2019-05-08 22:43:09 +02:00
code@jendruk.com
1bf2db29c0
Replace is_copy_constructible and is_abstract with is_convertible
2019-05-08 17:21:45 +02:00
code@jendruk.com
9f03cc44d8
Add is_copy_constructible for >= C++11
2019-05-08 09:58:37 +02:00
code@jendruk.com
911d8a427d
Add result_type typedef in tests
2019-05-07 17:17:50 +02:00
code@jendruk.com
3496282d3b
Remove usage of initializer_list in test
2019-05-07 17:01:02 +02:00
code@jendruk.com
ce24356018
Replace is_copy_constructible with is_abstract (for pre C++11)
2019-05-07 15:03:56 +02:00
code@jendruk.com
dbb6ef424f
Fix any_range with non-reference references can cause UB
2019-05-07 12:06:05 +02:00
Glen Fernandes
77a4dd5124
Merge pull request #91 from glenfe/develop
...
Implement min_element and max_element and sever algorithm dependency
boost-1.71.0
boost-1.73.0.beta1
boost-1.73.0
boost-1.72.0.beta1
boost-1.72.0
boost-1.71.0.beta1
2019-04-23 09:13:53 +10:00
Glen Fernandes
4ec46acdf5
Implement min_element and max_element and sever algorithm dependency
2019-04-22 18:20:35 -04:00
Glen Fernandes
cecebeea51
Merge pull request #77 from MBoldyrev/MBoldyrev-doc-fix-var-name
...
fixed variable name in docs
2019-04-02 08:40:20 -04:00
Glen Fernandes
802fda6701
Merge pull request #85 from Eelis/patch-1
...
Fix function name in remove_if documentation
2019-04-02 08:39:11 -04:00
Eelis
4ad147a220
Fix function name in remove_if documentation
2019-03-08 17:59:18 +01:00
cekc
221ae46c2b
add std::tuple_element and std::tuple_size specializations for index_value
...
To make index_value work with structured bindings
https://wandbox.org/permlink/gsveiKdAamnEbOKM
2019-02-25 18:35:53 +03:00
Mikhail Boldyrev
eced0cfac8
fixed variable name in docs
2018-10-14 19:24:57 +03:00
Peter Dimov
9f94c8703b
Merge branch 'develop'
boost-1.69.0-beta1
boost-1.70.0
boost-1.70.0.beta1
boost-1.69.0
2018-10-01 15:42:04 +03:00
Peter Dimov
023f45be01
Remove constexpr from begin/end on g++ 4.6 as it doesn't like it
2018-09-30 01:34:50 +03:00
Peter Dimov
364f755d99
Use boost::declval, as g++ 4.4 has decltype but no std::declval
2018-09-30 01:11:12 +03:00
Peter Dimov
af9f65e06e
Add g++-4.4, g++-4.6 to Travis
2018-09-29 17:34:43 +03:00
Peter Dimov
b91cb90dca
Make min/max engine members constexpr in random_shuffle.hpp
2018-09-24 02:26:50 +03:00
Peter Dimov
7efe3c68f6
Fix msvc-10.0, msvc-11.0 failures in ref_unwrapped tests
2018-09-24 02:21:55 +03:00
Peter Dimov
357bf3b980
Merge pull request #75 from morinmorin/add_adl_barrier_to_distance
...
Add ADL guard namespace for boost::distance(rng)
2018-09-23 20:08:55 +03:00
morinmorin
9192996a93
Add ADL guard namespace for boost::distance(rng).
2018-09-23 21:45:30 +09:00
Peter Dimov
4cfd4d8287
Merge branch 'develop'
boost-1.68.0
2018-07-12 16:59:32 +03:00
neilgroves
70d1727ed3
Merge pull request #71 from boostorg/pr/concepts-msvc-permissive-2
...
Change RandomAccessIteratorConcept to BidirectionalIteratorConcept to…
2018-07-10 12:02:41 +01:00
Peter Dimov
406226eccd
Change RandomAccessIteratorConcept to BidirectionalIteratorConcept to work around a MSVC bug
2018-07-10 13:12:55 +03:00
neilgroves
05532829bd
Merge pull request #70 from boostorg/pr/concepts-msvc-permissive-
...
Remove ill-formed MSVC-specific code that doesn't compile with /permi…
2018-07-09 20:19:38 +01:00
Peter Dimov
c24661a636
Remove ill-formed MSVC-specific code that doesn't compile with /permissive-
2018-07-09 20:41:33 +03:00
Christopher Wecht
11dd528eb0
added unique_erase
2018-04-24 16:29:31 +02:00
Neil Groves
314b5d6b3c
Merge branch 'develop'
2018-04-18 11:04:16 +01:00
neilgroves
4dd5ad0f64
Merge pull request #65 from VeroSoftware/develop
...
Fix Error C4596: 'difference_type': illegal qualified name in member declaration
2018-04-06 14:58:20 +01:00
Nathan Cook
f1906e914e
use _MSC_VER to guard fix for C4596 when compiling with MSVC141
2018-02-28 13:43:34 +00:00
Nathan Cook
795046f8fc
Fix Error C4596: 'difference_type': illegal qualified name in member declaration when compiling with VS 2017 Professional 15.5.6
2018-02-28 10:55:24 +00:00
neilgroves
2aaa802e6a
Merge pull request #64 from boostorg/revert-54-push_back_move_support
...
Revert "push_back: added support for not-copyable but moveable value-types li…"
2018-01-03 14:39:46 +00:00
neilgroves
5b2500872d
Revert "push_back: added support for not-copyable but moveable value-types li…"
2018-01-03 14:36:50 +00:00
Peter Dimov
b1d5d23514
Add quick test target (for CI)
boost-1.67.0
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
boost-1.66.0
2017-12-03 15:16:45 +02:00
Peter Dimov
67929cd7df
Add .travis.yml
2017-12-03 15:16:25 +02:00
Peter Dimov
5408f220dd
Split Travis jobs to avoid timeout
2017-12-03 03:16:30 +02:00
Peter Dimov
937a411c3f
Add .travis.yml
2017-12-02 19:17:02 +02:00
Peter Dimov
1dac6a796e
Add quick test target (for CI)
2017-12-02 19:10:56 +02:00
Peter Dimov
1234c59a39
Merge pull request #61 from danieljames/develop
...
Include boost/next_prior.hpp where needed
2017-12-02 16:00:35 +02:00
Daniel James
e0d2e492a1
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-02 10:40:16 +00:00
neilgroves
619c074146
Merge pull request #58 from boostorg/revert-45-develop
...
Revert "Update irange.hpp"
2017-11-15 23:22:00 +00:00
neilgroves
4614777aaf
Revert "Update irange.hpp"
2017-11-15 23:21:32 +00:00