12d4af20dd
Merge branch 'develop' - improved indexed adaptor
2014-06-09 12:06:20 +01:00
5ce6dc7814
change the return type from the indexed adaptor so that the index is available from the range element.
2014-06-09 02:12:00 +01:00
749b1c5456
Merge branch 'develop' to incorporate trac 10098
2014-06-08 23:54:18 +01:00
344f578934
trac_10098 iterator_range sign warning.
2014-06-07 17:19:35 +01:00
6ee61a6578
Merge branch 'develop' - to include the range_fwd.hpp header file.
2014-06-07 17:07:15 +01:00
fe1a592e46
add a range_fwd.hpp header file for the main classes/structs and the extension points.
2014-06-05 19:10:19 +01:00
c555a1228f
Merge branch 'develop' to incorporate the formatted adaptor
2014-06-05 14:30:52 +01:00
4c8164a9aa
bring formatted_range into the boost::range namespace.
2014-06-05 01:04:21 +01:00
5918e7e63e
changed the separated function to become the new formatted adaptor.
2014-06-05 01:00:13 +01:00
e0e6fefb1e
remove crazy execute file attribute from header files.
2014-06-04 18:56:49 +01:00
36bb8a82fb
Merge branch 'develop' to incorporate fixes from trac tickets.
2014-06-04 18:37:36 +01:00
e43796c42c
allow clang to use Range Concepts despite reporting GCC 4.2.
2014-06-04 13:15:04 +01:00
60025220f5
add Enabler template argument to range_iterator, range_const_iterator and range_mutable_iterator extension points.
2014-06-04 12:23:40 +01:00
ec3c98bc25
any_iterator now compiles without RTTI.
2014-05-07 00:13:09 +01:00
5f2560f753
Ticket 9851 - adaptors should perform concept check assertions.
2014-05-06 23:37:21 +01:00
e3f605a02f
Update transform.hpp
2014-04-28 08:06:04 -07:00
35595211b6
Fix using deprecated macro
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-04-21 01:14:09 +09:00
fa629a53bd
Merge branch 'develop'
2014-03-12 03:43:36 +00:00
311225e0a1
remove rvalue reference changes to transformed adaptor.
2014-03-10 20:08:36 +00:00
edb81e828b
fully quality boost::enable_if since msvc namespaces dont work.
2014-03-10 19:01:24 +00:00
083df800b5
Merge branch 'develop'
2014-03-10 11:10:25 +00:00
ed0febc902
ticket 6172 - added unit test to ensure transformed works with bind.
2014-03-09 21:51:07 +00:00
a6bd3e6e44
added the boost::range::separated function for range output streaming.
2014-03-09 21:09:00 +00:00
70256bd8b0
ticket 4572 - make_iterator_range_n
2014-03-09 19:27:28 +00:00
f1de74a6ac
ticket 9438 for qualifying calls to ignore_unused_variable_warning
2014-03-09 17:59:35 +00:00
52933ebd40
Merge branch 'develop'
2014-03-09 17:48:23 +00:00
cbf385ac05
fix concepts on gccc4.8.2 and dodgy test iterators in iterator_range_drop.cpp test case.
2014-03-09 17:47:44 +00:00
2f71c4b69b
Merge branch 'develop'
2014-03-09 07:33:34 +00:00
4ebbbba82b
ticket 7885 rvalue support for metafunctions.
2014-03-09 00:28:43 +00:00
f86d487706
ticket 7294 iterator_range hash_value support.
2014-03-08 22:23:22 +00:00
90faa3941c
ticket 7328 gccxml compatibility.
2014-03-08 22:00:27 +00:00
9d0d5199ba
ticket 9072 iterator_range accept reference to function type.
2014-03-08 21:54:55 +00:00
343e74b8e3
added algorithm_ext insert algorithm for containers without a where iterator.
2014-03-08 21:42:42 +00:00
7147a00fd7
ticket 5817 any_range default template params.
2014-03-08 21:19:03 +00:00
3ed0626756
ticket 8028 - combine reimplemented and now documented.
2014-03-08 20:52:10 +00:00
74fa42ed13
Merge branch 'develop'
...
These changes are just to address some small issues on some compiler versions with newly introduced tests. It also includes a fix to a recent regression in the sub_range class so that it preserves constness propagation as before the SFINAE improvement changes.
2014-03-05 22:02:25 +00:00
e089e0748f
fix for recently introduced regression to sub_range const propagation.
2014-03-04 20:22:57 +00:00
69759731bb
implemented drop_front and drop_back with test.
2014-03-04 15:05:00 +00:00
59f39e5d7f
merge branch develop
2014-03-04 13:51:43 +00:00
194f357eeb
trac 6685 - MFC range map adaptor.
2014-03-04 13:33:59 +00:00
c9b96f2c88
trac 7376 - join iterator reference type.
2014-03-03 15:43:05 +00:00
ea6ca22e3f
trac 7188 c4127 warning in the equal function.
2014-03-03 15:00:42 +00:00
17c0fa271c
trac 9515 - fix for uniqued adaptor consistent with unique algorithm.
2014-03-03 01:24:56 +00:00
63acc5c633
trac 8676 sliced adaptor fixed.
2014-03-03 00:10:08 +00:00
8b60f2c768
iterator_range interop with variant.
2014-03-02 22:50:24 +00:00
79d2a66831
trac 5816 - fix any_range requiring copyable elements.
2014-03-02 15:35:50 +00:00
3af0142509
fixed counting_range from a range.
2014-02-27 17:42:32 +00:00
9b477525de
reformatted numeric.hpp
2014-02-27 15:59:03 +00:00
fd0f99c767
inner_product avoids pre-condition check with input_iterators due to single-pass limitation.
2014-02-27 13:51:06 +00:00
259e917eaf
trac_8693 const cast warn
2014-02-26 22:02:27 +00:00