range/doc/reference
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
..
adaptors trac 9514 - adjacent_filtered requires a ForwardRange. 2014-03-03 18:30:13 +00:00
algorithm trac 8927 - added comment about std::partition requirements pre C++11. 2014-03-03 18:36:01 +00:00
algorithm_ext added algorithm_ext insert algorithm for containers without a where iterator. 2014-03-08 21:42:42 +00:00
numeric [range] fixed #5440 (typo in documentation for 'inner_product' algorithm) 2013-01-03 01:06:39 +00:00
ranges [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. 2011-01-01 16:46:32 +00:00
adaptors.qbk trac 7842 - documentation inaccuracies on intro page for range adaptors. 2014-03-03 18:58:33 +00:00
algorithms.qbk updated algorithms.qbk to explicitly mention range_return_value so that this can be searched for. 2014-03-08 21:28:52 +00:00
extending.qbk [range] docs for writing adaptors: removed clarification added in r82315 (it was redundant); fixed typos that messed up numbering 2013-01-03 01:01:55 +00:00
overview.qbk [boost][range] - Update to relax preconditions for the strided adaptor, and numerous fixes to inspection report issues. 2010-12-22 22:31:33 +00:00
ranges.qbk [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. 2011-01-01 16:46:32 +00:00
semantics.qbk Fix return type in metafunction document 2014-05-06 01:12:53 +09:00
synopsis.qbk trac 8803 - size(const Rng&) returns size_type. It also no longer requires random access. 2014-03-04 12:54:07 +00:00
utilities.qbk Fix document typo 2014-05-02 02:12:06 +09:00