Thomas Witt
ed8c60c20b
Improved category handling in iterator_adaptor.
...
[SVN r19231]
2003-07-20 19:18:40 +00:00
Dave Abrahams
3fe0d4b532
* Use boost::referent<> metafunction for detecting the value type of
...
indirect_iterator.
* Change the order of tests in the Jamfile so expected failures come
last, accounting for some recent Boost.Build change I suppose.
[SVN r19158]
2003-07-16 19:35:46 +00:00
Beman Dawes
8a51271e3b
deque libcomo workaround
...
[SVN r19143]
2003-07-16 10:36:53 +00:00
Dave Abrahams
52c0d22cff
Bugfixes and workarounds
...
[SVN r19121]
2003-07-14 23:05:57 +00:00
Dave Abrahams
e4447b8e83
Bug fix for code not being exercised currently.
...
[SVN r19118]
2003-07-14 21:31:44 +00:00
Dave Abrahams
42e873e10c
various bugfixes. filter_/transform_iterator were misusing enable_if
...
in a non-template context , and iterator_facade needed a forward
declaration for full conformance.
[SVN r19112]
2003-07-14 16:22:10 +00:00
Thomas Witt
57a40c8cd2
Added arg dependent workaround for msvc < 7.1
...
[SVN r19110]
2003-07-14 13:13:49 +00:00
Dave Abrahams
a982c42303
Various updates and clarifications.
...
[SVN r19106]
2003-07-13 22:47:15 +00:00
Dave Abrahams
9db269bb5b
iterator-categories.html is obsolete.
...
[SVN r19103]
2003-07-13 21:50:30 +00:00
Dave Abrahams
e5eaaf6a55
Fix detail::enable_if -> iterators::enable_if (really this time)
...
^
[SVN r19102]
2003-07-13 21:45:33 +00:00
Dave Abrahams
2225787093
Fix detail::enable_if -> iterator::enable_if
...
[SVN r19101]
2003-07-13 20:22:47 +00:00
Dave Abrahams
f19c1c4059
Moved enable_if to boost::iterators from boost::detail to avoid
...
conflicting with the definition in the function library.
[SVN r19092]
2003-07-13 01:27:38 +00:00
Dave Abrahams
b0aef5a66d
Fixup some tables. Restore the equivalence between readable
...
single-pass iterator and input iterator by restricting the allowed
return type of r++.
[SVN r19091]
2003-07-12 20:16:49 +00:00
Dave Abrahams
dfc43d81cf
Fix a couple of typos
...
[SVN r19089]
2003-07-12 16:39:19 +00:00
Jens Maurer
eda969d7b5
add "subproject" line
...
[SVN r19086]
2003-07-12 10:41:38 +00:00
Dave Abrahams
4c8415a99f
Get examples working, mostly. Some interface expansion for a few of
...
the adaptors, allowing default construction of UnaryFunction and
Predicate arguments when they are class types.
[SVN r19081]
2003-07-12 04:15:13 +00:00
Dave Abrahams
1d6f36e35d
Move to new iterator adaptors
...
[SVN r19074]
2003-07-11 22:18:58 +00:00
Dave Abrahams
04301ac6e9
Workaround some CWPro8 bugs
...
[SVN r19072]
2003-07-11 22:16:52 +00:00
Joel de Guzman
a1ec9da737
Moved to boost/iterator (new version)
...
[SVN r19026]
2003-07-10 12:58:28 +00:00
Joel de Guzman
e2a47bdbe5
Moved to boost/iterator
...
[SVN r19025]
2003-07-10 12:52:06 +00:00
Joel de Guzman
2b1fc22b61
Move to Iterator Adapters from sand-box
...
[SVN r19024]
2003-07-10 12:49:49 +00:00
Aleksey Gurtovoy
273ec4b975
BOOST_NO_MPL_AUX_HAS_XXX -> BOOST_MPL_NO_AUX_HAS_XXX
...
[SVN r18974]
2003-07-08 05:10:04 +00:00
Joel de Guzman
4716891117
Move from boost-sandbox
...
[SVN r18960]
2003-07-07 14:26:16 +00:00
Joel de Guzman
80d9e8e4c1
Move from boost-sandbox
...
[SVN r18959]
2003-07-07 14:20:34 +00:00
Joel de Guzman
53eb5346de
Move from boost-sanbox [ JDG ]
...
[SVN r18958]
2003-07-07 14:14:36 +00:00
Dave Abrahams
e28ca345ea
added copyright/license
...
[SVN r18836]
2003-06-18 13:20:02 +00:00
Dave Abrahams
92d461cda1
Removed unused #include
...
[SVN r18474]
2003-05-20 23:20:49 +00:00
Beman Dawes
8dace06f04
add or update See www.boost.org comments
...
[SVN r16708]
2002-12-27 16:51:53 +00:00
Dave Abrahams
ef0bff57d3
Use BOOST_WORKAROUND
...
[SVN r16528]
2002-12-06 19:09:22 +00:00
Dave Abrahams
5bacd289b6
Roll back MPL v2 fix as it's no longer needed and was breaking Borland
...
[SVN r15264]
2002-09-11 14:46:40 +00:00
Dave Abrahams
77c1698c6e
mpl_v2 branch checkin
...
[SVN r15258]
2002-09-11 05:35:41 +00:00
Dave Abrahams
2c302ee549
operator[] workaround from "Yitzhak Sapir" <yitzhaks@actimize.com>
...
[SVN r15244]
2002-09-09 21:15:41 +00:00
Ronald Garcia
a586f20d19
Added Shared Container Iterator adaptor to iterator adaptor library.
...
[SVN r15169]
2002-09-05 14:05:29 +00:00
Gennadiy Rozental
34c159dd8d
Minor sunpro compartibility fix
...
[SVN r14741]
2002-08-08 16:42:18 +00:00
Beman Dawes
b22a3adc02
Add BOOST_NO_STD_ITERATOR_TRAITS workaround
...
[SVN r14663]
2002-08-03 22:45:13 +00:00
Dave Abrahams
4a24e0f401
Fixed for VC7.1
...
[SVN r14433]
2002-07-13 12:11:06 +00:00
Dave Abrahams
3844edc4bf
Fixed input iterator requirements. For a == b a++ == b++ is no longer
...
required. See 24.1.1/3 for details. (Thomas Witt)
[SVN r13716]
2002-05-07 11:56:08 +00:00
John Maddock
fdd1601ba4
Added new config macro BOOST_HAS_MS_INT64 to detect presence of __int64 data type.
...
Modified boost source to use BOOST_HAS_LONG_LONG and BOOST_HAS_MS_INT64
where appropriate to do so.
[SVN r13714]
2002-05-07 11:24:29 +00:00
Toon Knapen
e9b33b336c
added typename keyword (Bertolt Mildner)
...
[SVN r13675]
2002-05-06 06:44:14 +00:00
Toon Knapen
2574365b5c
added support for reference named_parameters
...
[SVN r13638]
2002-05-03 13:52:39 +00:00
Jens Maurer
12b9366f33
BOOST_NO_LIMITS should not be used by user code; use <boost/limits.hpp> instead
...
BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS should not be defined when
BOOST_NO_LIMITS is defined
[SVN r13340]
2002-04-01 18:57:43 +00:00
Jeremy Siek
4772bb099e
added more comments in the default_iterator_policies
...
[SVN r12706]
2002-02-04 20:25:45 +00:00
Dave Abrahams
2be5179020
killed tabs
...
[SVN r12702]
2002-02-04 20:01:51 +00:00
Douglas Gregor
8cb49713b4
half_open_range.hpp:
...
- counting_iterator_traits does not contain the iterator traits value_type,
reference, pointer, etc.
[SVN r12526]
2002-01-27 14:55:20 +00:00
Toon Knapen
bd666dc0e9
added include guards
...
[SVN r12517]
2002-01-26 09:26:09 +00:00
Dave Abrahams
57251d58cc
Moved concept checks into a separate class, which makes MSVC better at dealing with them
...
[SVN r12255]
2002-01-09 12:14:16 +00:00
Dave Abrahams
ebcb4d861a
Borland workarounds
...
[SVN r12251]
2002-01-08 18:36:26 +00:00
Dave Abrahams
15a7a839f9
Choose proxy for operator->() only if the reference type is not a reference.
...
Updated workarounds for __MWERKS__ == 0x2406
[SVN r12245]
2002-01-07 15:43:30 +00:00
Dave Abrahams
76a307d31e
fixes
...
[SVN r12146]
2001-12-24 19:27:39 +00:00
Dave Abrahams
37aee7c13b
Re-enabled some STATIC_ASSERTs for MSVC, using bitwise operators to avoid ICEs.
...
[SVN r12030]
2001-12-13 14:34:11 +00:00