Michael Cho
|
9ac89e9936
|
Add include for add_const
Signed-off-by: Michael Cho <michael@michaelcho.dev>
|
2025-03-30 23:07:34 -04:00 |
|
Andrey Semashev
|
c9ebed771c
|
Fix missing and unneeded Boost.MPL includes.
Also update Boost.Core includes to use up to date headers instead
of the deprecated forwarding stubs.
|
2025-02-01 02:13:04 +03: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
|
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 |
|
Neil Groves
|
79d2a66831
|
trac 5816 - fix any_range requiring copyable elements.
|
2014-03-02 15:35:50 +00:00 |
|
Nathan Ridge
|
f49e347772
|
[range] added missing includes to any_range.hpp and related files; fixes #5603
[SVN r81890]
|
2012-12-13 07:48:50 +00:00 |
|
Neil Groves
|
55fd3ca5b2
|
[boost][range] - Updated begin/end to be protected against accidental ADL to improve compatibility with C++0x. Added any_range which adds type erasure support. Added a type_erased adaptor to utilise the any_range. Implemented the any_iterator using a small buffer optimization to avoid heap usage.
[SVN r67541]
|
2011-01-01 16:46:32 +00:00 |
|