Neil Groves
|
ea6ca22e3f
|
trac 7188 c4127 warning in the equal function.
|
2014-03-03 15:00:42 +00:00 |
|
Neil Groves
|
49cfefdef5
|
equal algorithm corrected to be O(1) with random access and pred.
|
2014-02-26 21:34:34 +00:00 |
|
Neil Groves
|
11238e4c19
|
[boost][range] - Trac 5971 - size() should return an unsigned type.
[SVN r77990]
|
2012-04-15 11:52:01 +00:00 |
|
Neil Groves
|
ef000176d8
|
[boost][range] - Improved handling of temporary ranges in range algorithms.
[SVN r63902]
|
2010-07-12 00:08:41 +00:00 |
|
Jeremiah Willcock
|
f6c15771e2
|
Fixed tab and no-newline-at-end-of-file issues from inspection report
[SVN r61435]
|
2010-04-20 17:54:16 +00:00 |
|
Neil Groves
|
debce93f63
|
Boost.Range is modified to conditionally compile concept assertions. This has been configured to disable concept assertions in Boost.Range for known broken compilers.
[SVN r61035]
|
2010-04-04 10:47:21 +00:00 |
|
Neil Groves
|
22c72c53eb
|
Boost.Range algorithms are now in the boost::range namespace and brought into boost by the appropriate using statement. This allows better interoperation with Boost.Algorithm since errors only occur when the use calls similarly named ambiguous functions. In this event the user can disambiguate by using algorithm::xxx() or range::xxx(). This iteration also updates the concept assert code in the range algorithms.
[SVN r61023]
|
2010-04-03 19:14:13 +00:00 |
|
Neil Groves
|
b0d1db7c2e
|
Boost.RangeEx merged into Boost.Range
[SVN r60897]
|
2010-03-28 16:08:35 +00:00 |
|