ee1ec1cf57
Fix deprecated usage of boost/bind.hpp.
...
boost/bind.hpp emits compiler warnings about deprecation of the header
and global _N placeholders. This commit converts usage of this header
to boost/bind/bind.hpp and using namespace boost::placeholders.
Where boost::bind is not actually used, the includes are removed.
2020-05-11 19:26:26 +03:00
fc172fc509
fixed and resolved missing coverage in the copy_backward unit test.
2014-06-16 11:45:41 +01:00
449e78e0b0
test find works as a contains function.
2014-04-08 16:45:34 +01:00
502abb9884
eliminate unused local typedef and signed/unsigned comparison warnings.
2014-02-27 16:34:58 +00:00
30e6df5a15
[boost][range] - removed warnings found building with clang 3.2.
...
[SVN r85698]
2013-09-16 11:21:36 +00:00
90ce7f3703
[boost][range] - fix for ticket 6888 - unique predicate overloads
...
[SVN r85686]
2013-09-15 19:44:36 +00:00
11238e4c19
[boost][range] - Trac 5971 - size() should return an unsigned type.
...
[SVN r77990]
2012-04-15 11:52:01 +00:00
2da424d940
[boost][range] - Improved the tests by implementing outside of the boost namespace to better simulate real world usage.
...
[SVN r67602]
2011-01-03 01:33:04 +00:00
efb7b50a8a
[boost][range] - Improved the implementation of strided range to eliminate requirements for boost::size(rng) to be a valid expression. Each traversal category of strided_iterator is now individually implemented.
...
[SVN r67461]
2010-12-26 20:33:33 +00:00
de24df7962
[boost][range] - Fixed the search_n predicate version and resolve Trac ticket 4776
...
[SVN r67421]
2010-12-23 00:12:28 +00:00
612cec17bb
[boost][range] - Update to relax preconditions for the strided adaptor, and numerous fixes to inspection report issues.
...
[SVN r67418]
2010-12-22 22:31:33 +00:00
a06f11589f
Removed invalid comparison of invalidated iterators in the Boost.Range partition test case.
...
[SVN r64088]
2010-07-17 12:25:57 +00:00
109bf20484
[range] - corrected defected test for the partition algorithm.
...
[SVN r64001]
2010-07-13 22:28:37 +00:00
74a01a4487
[boost][range] - Improved handling of temporary ranges in range algorithms.
...
[SVN r63903]
2010-07-12 00:12:49 +00:00
925b3ad355
Boost.Range updated unit tests.
...
[SVN r61648]
2010-04-28 16:11:40 +00:00
f6c15771e2
Fixed tab and no-newline-at-end-of-file issues from inspection report
...
[SVN r61435]
2010-04-20 17:54:16 +00:00
d0544400af
Boost.Range fixes for compilers that were having problems picking between const and mutable range overloads of range algorithms.
...
[SVN r61028]
2010-04-03 21:00:56 +00:00
b0d1db7c2e
Boost.RangeEx merged into Boost.Range
...
[SVN r60897]
2010-03-28 16:08:35 +00:00