76880f6ce2
initial commit
...
[SVN r20837]
2003-11-18 02:58:15 +00:00
cb34b65f3f
Fix missing is_readable_iterator test
...
Fix naming for is_lvalue_iterator and is_mutable_lvalue_iterator
[SVN r20772]
2003-11-10 04:13:16 +00:00
dfa751077a
Added is_lvalue_iterator
...
[SVN r20632]
2003-11-04 08:03:29 +00:00
14134e4610
Revert attempted fix for MSVC 6, which broke Borland
...
[SVN r20618]
2003-11-03 22:04:07 +00:00
c7bec1cf56
A little extra qualification to help out MSVC 6
...
[SVN r20606]
2003-11-02 19:51:23 +00:00
1c39976ccd
Correct broken #include
...
[SVN r20231]
2003-09-30 12:22:56 +00:00
4968b50fc2
Remove outdated comment; use boost::detail::iterator_traits instead of
...
std::iterator_traits exclusively.
[SVN r20117]
2003-09-19 18:44:53 +00:00
abf8390020
Fix the implementation of operator_arrow_result so that it checks the
...
reference type instead of the category.
[SVN r20046]
2003-09-14 01:53:59 +00:00
2c89e2b15a
initial commit
...
[SVN r19978]
2003-09-09 03:22:50 +00:00
abafc5d1be
Added missing lambda support for broken compilers
...
[SVN r19936]
2003-09-06 14:24:01 +00:00
2b7ed5f7a8
Added traversal_category and access_category specializations for MPL lambda support
...
[SVN r19921]
2003-09-04 21:15:38 +00:00
bb7ac6bd84
Moved to much cleaner system of using BOOST_TT_BROKEN_COMPILER_SPEC
...
for handling vc6/7 deficiencies with iterator_traits.
Fixed a bug in iterator_facade which was causing incomplete types to
be passed through is_convertible.
Reinstated libs/utility/iterator_traits_test.cpp
[SVN r19840]
2003-08-28 16:52:02 +00:00
a5179f6dfc
clean up formatting
...
[SVN r19476]
2003-08-06 14:36:16 +00:00
afa92675a2
Fixed struct/class mixup in indirect_iterator declaration.
...
[SVN r19249]
2003-07-22 07:56:08 +00:00
ed8c60c20b
Improved category handling in iterator_adaptor.
...
[SVN r19231]
2003-07-20 19:18:40 +00:00
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
52c0d22cff
Bugfixes and workarounds
...
[SVN r19121]
2003-07-14 23:05:57 +00:00
e4447b8e83
Bug fix for code not being exercised currently.
...
[SVN r19118]
2003-07-14 21:31:44 +00:00
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
57a40c8cd2
Added arg dependent workaround for msvc < 7.1
...
[SVN r19110]
2003-07-14 13:13:49 +00:00
e5eaaf6a55
Fix detail::enable_if -> iterators::enable_if (really this time)
...
^
[SVN r19102]
2003-07-13 21:45:33 +00:00
2225787093
Fix detail::enable_if -> iterator::enable_if
...
[SVN r19101]
2003-07-13 20:22:47 +00:00
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
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
04301ac6e9
Workaround some CWPro8 bugs
...
[SVN r19072]
2003-07-11 22:16:52 +00:00
273ec4b975
BOOST_NO_MPL_AUX_HAS_XXX -> BOOST_MPL_NO_AUX_HAS_XXX
...
[SVN r18974]
2003-07-08 05:10:04 +00:00
80d9e8e4c1
Move from boost-sandbox
...
[SVN r18959]
2003-07-07 14:20:34 +00:00
53eb5346de
Move from boost-sanbox [ JDG ]
...
[SVN r18958]
2003-07-07 14:14:36 +00:00