range/doc
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
..
reference irange: introduce one-parameter variant of irange 2016-01-17 11:40:55 +01:00
.gitignore ticket 8028 - combine reimplemented and now documented. 2014-03-08 20:52:10 +00:00
boost_range.qbk changed the separated function to become the new formatted adaptor. 2014-06-05 01:00:13 +01:00
concepts.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
example.cpp cleanup to pass inspection tool 2008-02-06 23:12:21 +00:00
examples.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
faq.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
headers.qbk [range] fixed minor typo in docs 2015-11-14 15:41:48 +09:00
history_ack.qbk [range] fixed some doc typos (patch by Michel Morin) 2012-12-13 07:09:11 +00:00
introduction.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
Jamfile.v2 Update various libraries' documentation build. 2010-06-20 18:00:48 +00:00
mfc_atl.qbk trac 6685 - MFC range map adaptor. 2014-03-04 13:33:59 +00:00
mfc_atl.rst major update wrt. new range concepts 2007-11-09 10:27:42 +00:00
portability.qbk [boost][range] - Trac 5971 - size() should return an unsigned type. 2012-04-15 11:52:01 +00:00
reference.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
style.qbk [boost][range] - Trac 5971 - size() should return an unsigned type. 2012-04-15 11:52:01 +00:00
upgrade.qbk Add upgrade documentation about pop_front() and pop_back() being renamed. 2014-08-04 19:32:37 +01:00