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
Eelis
4ad147a220
Fix function name in remove_if documentation
2019-03-08 17:59:18 +01:00
Mikhail Boldyrev
eced0cfac8
fixed variable name in docs
2018-10-14 19:24:57 +03:00
neilgroves
3771624560
Merge pull request #43 from timblechmann/topic/unary-irange
...
irange: introduce one-parameter variant of irange
2017-11-15 19:48:19 +00:00
Orgad Shaneh
e476e1900a
Fix broken link in overview
2017-05-03 10:18:25 +03:00
Rene Rivera
e48b9c38e7
Add, and update, documentation build targets.
2016-10-07 23:07:36 -05:00
Tim Blechmann
bb43887430
irange: introduce one-parameter variant of irange
...
this simplifies the use of boost::irange, as boost::irange( 0, foo );
may compile or not depending on the platform-specific integer type of
foo, requiring an explicit cast of 0 to decltype(foo).
2016-01-17 11:40:55 +01:00
neilgroves
5a37aa4e98
Merge pull request #41 from robin-eckert/adaptor_ref_unwrapped
...
add a new range adaptor boost::adaptors::ref_unwrapped
2016-01-04 16:38:36 +00:00
rydotyosh
7ca999c662
[range] fixed minor typo in docs
2015-11-14 15:41:48 +09:00
Robin Eckert
3225aaf82b
add a new range adaptor boost::adaptors::ref_unwrapped
...
The new adaptor is like boost::adaptors::indirected, but for
std::reference_wrapper values (instead of pointer). It calls
.get() on every value and returns the result. It is useful for
range-based iteration of ranges of std::reference_wrapper (or
related) types.
2015-11-04 19:12:26 +01:00
nekko1119
9ca1622dd0
Fix parameters in replaced adaptor document
2015-04-22 02:48:05 +09:00
Neil Groves
4a80ccd50d
Ticket 10988 - Filtered adaptor should only require SinglePassRange.
2015-02-01 19:05:58 +00:00
insideoutclub
51b8115fc1
Update algorithms.qbk
...
Fixed the spelling of "old-fashioned".
2014-09-05 10:34:21 -07:00
Neil Groves
dc0a6b6340
Add upgrade documentation about pop_front() and pop_back() being renamed.
2014-08-04 19:32:37 +01:00
Neil Groves
7fb879a283
Hotfix to add back advance_begin and advance_end.
2014-08-04 17:53:14 +01:00
Neil Groves
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
Neil Groves
5918e7e63e
changed the separated function to become the new formatted adaptor.
2014-06-05 01:00:13 +01:00
Neil Groves
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
Adam Romanek
ac99249c89
Update any_range.qbk
...
Fix typo in the name of forward traversal tag.
2014-05-07 09:39:00 +02:00
Neil Groves
5f2560f753
Ticket 9851 - adaptors should perform concept check assertions.
2014-05-06 23:37:21 +01:00
Kohei Takahashi
4cdf15a0f6
Fix return type in metafunction document
...
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-05-06 01:12:53 +09:00
Kohei Takahashi
117bcd83d6
Fix document typo
...
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-05-02 02:12:06 +09:00
Neil Groves
a6bd3e6e44
added the boost::range::separated function for range output streaming.
2014-03-09 21:09:00 +00:00
Neil Groves
70256bd8b0
ticket 4572 - make_iterator_range_n
2014-03-09 19:27:28 +00:00
Neil Groves
be85e295e8
updated docs for hash_value iterator_range support.
2014-03-08 22:38:25 +00:00
Neil Groves
343e74b8e3
added algorithm_ext insert algorithm for containers without a where iterator.
2014-03-08 21:42:42 +00:00
Neil Groves
7cd8b9ec24
updated algorithms.qbk to explicitly mention range_return_value so that this can be searched for.
2014-03-08 21:28:52 +00:00
Neil Groves
3ed0626756
ticket 8028 - combine reimplemented and now documented.
2014-03-08 20:52:10 +00:00
Neil Groves
94c31a790b
removed the html files from Boost.Range since the docs are now in the build.
2014-03-05 22:16:07 +00:00
Neil Groves
e089e0748f
fix for recently introduced regression to sub_range const propagation.
2014-03-04 20:22:57 +00:00
Neil Groves
09cc98f60d
drop_front and drop_back included in synopsis.
2014-03-04 16:19:51 +00:00
Neil Groves
194f357eeb
trac 6685 - MFC range map adaptor.
2014-03-04 13:33:59 +00:00
Neil Groves
b84385cfce
trac 8803 - size(const Rng&) returns size_type. It also no longer requires random access.
2014-03-04 12:54:07 +00:00
Neil Groves
c9a04a1a9a
trac 7842 - documentation inaccuracies on intro page for range adaptors.
2014-03-03 18:58:33 +00:00
Neil Groves
ef388661b3
trac 8927 - added comment about std::partition requirements pre C++11.
2014-03-03 18:36:01 +00:00
Neil Groves
b3180d3a5a
trac 9514 - adjacent_filtered requires a ForwardRange.
2014-03-03 18:30:13 +00:00
Michel Morin
2735dcff18
Correct broken links to C++ standard papers. Refs #9212 .
...
[SVN r86524]
2013-10-30 12:51:24 +00:00
Nathan Ridge
4971da58ee
[range] fixed #7926 (missing prototypes for lower_bound and upper_bound in docs)
...
[SVN r82621]
2013-01-26 03:59:06 +00:00
Nathan Ridge
f228ab608a
[range] fixed #7866 (minor typo in docs)
...
[SVN r82486]
2013-01-14 09:04:57 +00:00
Nathan Ridge
cbd915a988
[range] fixed #5314 (small mistakes in range adaptor examples)
...
[SVN r82346]
2013-01-04 01:18:36 +00:00
Nathan Ridge
fc88bc06ad
[range] fixed #7843 (missing example in docs for 'tokenized' range adaptor)
...
[SVN r82345]
2013-01-04 00:58:17 +00:00
Nathan Ridge
4a44cc75c9
[range] refactor use of examples in documentation to avoid redundancy
...
[SVN r82344]
2013-01-03 23:44:30 +00:00
Nathan Ridge
86b169dab3
[range] fixed #5440 (typo in documentation for 'inner_product' algorithm)
...
[SVN r82327]
2013-01-03 01:06:39 +00:00
Nathan Ridge
36843ccdba
[range] docs for writing adaptors: removed clarification added in r82315 (it was redundant); fixed typos that messed up numbering
...
[SVN r82326]
2013-01-03 01:01:55 +00:00
Nathan Ridge
17e4f7024d
[range] fixed #5160 (typo in replace_copy_if() example on intro page for range adaptors)
...
[SVN r82325]
2013-01-02 23:41:58 +00:00
Nathan Ridge
3379affd4a
[range] fixed #7585 (typo in documentation for 'indexed' adaptor)
...
[SVN r82316]
2013-01-02 08:09:46 +00:00
Nathan Ridge
958b4fbf6e
[range] small clarification in documentation for how to write a range adaptor
...
[SVN r82315]
2013-01-02 08:05:30 +00:00
Nathan Ridge
61979ff421
[range] fixed #6212 (missing step in documentation for how to write a range adaptor)
...
[SVN r82314]
2013-01-02 07:51:21 +00:00
Nathan Ridge
1d51c3afb2
[range] fixed #5775 (typo in the documentation of pop_heap())
...
[SVN r82313]
2013-01-02 05:27:02 +00:00
Nathan Ridge
bf4ca510ea
[range] fixed some doc typos (patch by Michel Morin)
...
[SVN r81889]
2012-12-13 07:09:11 +00:00