|
4547b1a5fe
|
Add missing include
This patch allows the header to be built standalone, as part of clang C++ modules builds.
|
2020-07-17 01:52:08 +03:00 |
|
|
130e4da8cb
|
Remove empty loop bodies to prevent clang 'extra-semi-stmt warnings'. Thanks to Eugene for the heads-up
|
2020-05-28 22:05:47 -07:00 |
|
|
ed4033f0cc
|
Avoid using deprecated header boost/detail/iterator.hpp.
This header is deprecated in favor of <iterator> and will be removed in a
future release. This silences deprecation warnings.
|
2020-05-11 18:03:41 +03:00 |
|
|
8e23ffde9e
|
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers.
|
2020-03-30 18:47:19 -04:00 |
|
|
d22c60c2d4
|
Remove trailing ";"
clang warning: extra ';' after member function definition [-Wextra-semi]
|
2017-01-06 09:59:12 +01:00 |
|
|
7977bd0cdc
|
Remove all mentions of (unary|binary)_function; not needed and they have been removed for C++17
|
2016-11-20 17:02:49 -08:00 |
|
|
083c6f5891
|
Algorithm: Remove obsolete MSVC version checks.
[SVN r86024]
|
2013-09-30 00:18:17 +00:00 |
|
|
d528574fe9
|
To reduce dependencies changed includes from iterator_range.hpp to iterator_range_core.hpp.
[SVN r85731]
|
2013-09-17 20:37:20 +00:00 |
|
|
5f79807d02
|
Removed unused typedef; Refs #8546
[SVN r85106]
|
2013-07-22 15:46:43 +00:00 |
|
|
771375973f
|
Fix many typos in the comments and documentation; no functionality change. Thanks to Michael Morin for the patch
[SVN r82239]
|
2012-12-28 17:51:56 +00:00 |
|
|
234656765a
|
Qualified some calls to insert to remove ambiguity; Refs #7346 Thanks to Yusuke Ichinohe for the bug report/fix
[SVN r80809]
|
2012-10-01 15:42:40 +00:00 |
|
|
6fbc7401d5
|
should correct #3634; will close when merged to release
[SVN r76435]
|
2012-01-12 18:35:06 +00:00 |
|
|
ba417e875a
|
Qualified two calls to memcpy to work around a C++Builder bug; Refs #4811
[SVN r76213]
|
2011-12-28 19:14:18 +00:00 |
|
|
276073ca64
|
tabs removed
[SVN r68162]
|
2011-01-14 23:12:32 +00:00 |
|
|
9d25072f2f
|
dissect formatter and tests added
[SVN r68124]
|
2011-01-13 21:21:37 +00:00 |
|
|
62df1eb048
|
Fix #4551,#4553,#4575 by removing unused parameter.
[SVN r65004]
|
2010-08-25 20:01:38 +00:00 |
|
|
1e8b3ee752
|
Make to_upperF and to_lowerF assignable. Fixes #3161.
[SVN r62697]
|
2010-06-09 23:23:56 +00:00 |
|
|
672775545d
|
Avoid calling the formatter with an invalid match. Fixes #2777
[SVN r62695]
|
2010-06-09 23:04:24 +00:00 |
|
|
46ed1bf987
|
Assign the iterator returned by std::copy back to Output, so that string algorithms will work with iterators other than inserters
[SVN r62694]
|
2010-06-09 21:12:06 +00:00 |
|
|
a1e7512012
|
Use result_type instead of sig for predicates. Fixes #2868
[SVN r62688]
|
2010-06-09 20:16:21 +00:00 |
|
|
6c0f953c01
|
GCC compilation errors caused be the recent update fixed
[SVN r55434]
|
2009-08-06 19:52:08 +00:00 |
|
|
e439792494
|
Merged ADL protection patch from Neil Groves
[SVN r55424]
|
2009-08-05 20:01:10 +00:00 |
|
|
d84f81d841
|
Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
|
2009-05-20 19:19:00 +00:00 |
|
|
6d5e7b5a04
|
self assignment problem in is_any_ofF fixed
[SVN r48281]
|
2008-08-21 14:46:15 +00:00 |
|
|
760af1798b
|
removed static constant FIXED_STORAGE_SIZE from is_any_of to
make the code compile on borland compilers
[SVN r48218]
|
2008-08-19 14:32:59 +00:00 |
|
|
baf3dd99e2
|
fox for allocation bug in is_any_ofF
[SVN r48198]
|
2008-08-18 18:32:51 +00:00 |
|
|
7299b29bf8
|
fixind the problems in is_any_ofF spotted by gcc
[SVN r46498]
|
2008-06-18 22:07:32 +00:00 |
|
|
c81ee948b7
|
is_any_ofF performance improvements
tabs removed
[SVN r46496]
|
2008-06-18 21:54:06 +00:00 |
|
|
cd26ed816c
|
patch from ticket #1152 applied
[SVN r46461]
|
2008-06-17 21:21:33 +00:00 |
|
|
9fa2f90db4
|
begin() and end() calls made fully qualified
[SVN r46459]
|
2008-06-17 21:04:00 +00:00 |
|
|
b94a3fbfba
|
adapting to new range interface
[SVN r38125]
|
2007-07-01 22:23:55 +00:00 |
|
|
869660ed14
|
adapted to the new range interface
[SVN r38122]
|
2007-07-01 13:12:57 +00:00 |
|
|
608112b112
|
boost guidelines (mainly from inspect tool: tabs, license reference text, etc.)
[SVN r34752]
|
2006-07-27 10:27:37 +00:00 |
|
|
b21b54dc4e
|
Applying patch from Nicola Musatti
[SVN r33709]
|
2006-04-16 09:46:34 +00:00 |
|
|
3766cbbe5c
|
find_head/tail_impl functions reordered to avoid dependancy problems
[SVN r32893]
|
2006-02-13 13:21:31 +00:00 |
|
|
e2b9172f5d
|
- tabs removed
- find_tail/head_impl functions rearranged to avoid the dependency problem
[SVN r32676]
|
2006-02-06 18:10:18 +00:00 |
|
|
ff82e5135c
|
- added more character-comparison predicates (is_less, is_not_greater)
- added range version of lexicographical_compare
- Fixed some copyright years
[SVN r32478]
|
2006-01-31 14:57:15 +00:00 |
|
|
dd11014682
|
negative indexes support added to *_nth, *_head and *_tail algorithms
[SVN r32475]
|
2006-01-31 12:36:32 +00:00 |
|
|
04a40de48d
|
borland issues
- non working patch reverted
- a working one applied
[SVN r28982]
|
2005-05-17 07:43:40 +00:00 |
|
|
5ecf446070
|
Another attempt to fix borland problem.
[SVN r28978]
|
2005-05-16 21:03:04 +00:00 |
|
|
e909726c60
|
Another attempt to fix borland problems
[SVN r28974]
|
2005-05-16 17:56:44 +00:00 |
|
|
9878f92a41
|
An attempt to fix vc7 compilation failure
[SVN r28952]
|
2005-05-16 12:35:22 +00:00 |
|
|
d72eec3093
|
Forgotten reference added
[SVN r28934]
|
2005-05-15 18:06:14 +00:00 |
|
|
bc09128c6e
|
Work-around CW-8.3 failure because it can't decide between by-value or copy constructor for an iterator range.
[SVN r28918]
|
2005-05-15 02:38:04 +00:00 |
|
|
e00fd7f159
|
bcc32 patch from Russell Hind applied
[SVN r28811]
|
2005-05-11 09:17:14 +00:00 |
|
|
b0a2a9d3e0
|
Naming convetion changed to follow Boost.Range
[SVN r28185]
|
2005-04-12 16:50:42 +00:00 |
|
|
0f827f89cf
|
fixed problem with an iterator being == end and dereferencing it
[SVN r28142]
|
2005-04-12 04:37:06 +00:00 |
|
|
aea6f39c11
|
Library adapted to use official Boost.Range instead of the internal version
Internal version removed
[SVN r26787]
|
2005-01-21 16:45:29 +00:00 |
|
|
5d1448f3ac
|
unused parameter warning removal
[SVN r25671]
|
2004-10-11 18:28:21 +00:00 |
|
|
56862b0bcc
|
merge new MPL version from 'mplbook' branch
[SVN r24874]
|
2004-09-02 15:41:37 +00:00 |
|