Commit Graph
13 Commits
Author SHA1 Message Date
Dave Abrahams 7ffe2601a9 Commenting and cleanups after a hurried checkin last night
[SVN r20858]
2003-11-19 14:26:43 +00:00
Dave Abrahams 62b70f57a9 progress
[SVN r20853]
2003-11-19 04:25:17 +00:00
Dave Abrahams cd37eb3bfb Modified Files:
Tag: simplify
	iterator_adaptor.hpp iterator_categories.hpp
	iterator_facade.hpp
 Added Files:
  Tag: simplify
 	is_lvalue_iterator.hpp is_readable_iterator.hpp
 	detail/any_conversion_eater.hpp

The above files were moved over from HEAD and will cause confusion during the merge

Got iterator_adaptor_test.cpp working


[SVN r20843]
2003-11-18 04:19:28 +00:00
Dave Abrahams 6ec791e3b9 checkpoint
[SVN r20733]
2003-11-08 04:12:18 +00:00
Dave Abrahams 7273be17c0 Begun simplification
[SVN r20165]
2003-09-23 02:04:53 +00:00
Dave Abrahams 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
Dave Abrahams 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
Dave Abrahams a5179f6dfc clean up formatting
[SVN r19476]
2003-08-06 14:36:16 +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 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
Joel de Guzman 53eb5346de Move from boost-sanbox [ JDG ]
[SVN r18958]
2003-07-07 14:14:36 +00:00