Jeffrey Lee Hellrung, Jr
daac0f2ab1
refs #6404
...
[SVN r80902]
2014-06-06 01:03:30 +01:00
Daniel James
8e5b8025d8
Revert changes that were merged to master.
...
Reverted: 2e099caceb9..21102938e8ccb
I'm going to reapply some of them soon, but it's easier to revert them
all first, as there are conflicts. Also the number of changes that were
inserted since then, mean that there would be a huge gap between related
changes.
2014-06-06 00:56:20 +01:00
Jeffrey Lee Hellrung, Jr
3eef8090d6
refs #6404
...
[SVN r80902]
2014-06-05 01:12:07 +03:00
Dave Abrahams
5184d64b80
Add missing license/copyright
...
[SVN r35070]
2006-09-11 22:27:29 +00:00
Dave Abrahams
a8f528130a
Stop reserving rights.
...
[SVN r26067]
2004-11-01 21:23:47 +00:00
Dave Abrahams
700db48ac7
add nested typedefs
...
[SVN r23644]
2004-07-16 19:58:03 +00:00
Dave Abrahams
fec82e2de8
Fixed interop downcasts
...
[SVN r21982]
2004-01-27 03:19:34 +00:00
Jeremy Siek
99891db75c
last nights intense scramble to get a revision ready for the C++ std committee
...
[SVN r21828]
2004-01-19 18:52:48 +00:00
Thomas Witt
f358cf3bf4
Fixed typo. Fixed operator- Returns clause.
...
[SVN r21796]
2004-01-18 14:52:21 +00:00
Dave Abrahams
8c3ed628dc
Handled the rest of my issues.
...
[SVN r21752]
2004-01-15 04:31:50 +00:00
Jeremy Siek
33f630beca
deleted the paragraph about iterator_traversal that was the result of my confusion
...
[SVN r21744]
2004-01-14 23:50:59 +00:00
Dave Abrahams
f1f6262be7
Fixed up definition of facade's iterator_category
...
fixed table widths in new-iter-concepts
cross-referenced interoperability concept in iterator_facade_tutorial
iterator_traversal can't satisfy UnaryTypeTrait: that's a boolean trait.
[SVN r21742]
2004-01-14 23:23:54 +00:00
Jeremy Siek
2854c5c761
added pseudo-code for facade_iterator_category type function
...
[SVN r21736]
2004-01-14 19:57:11 +00:00
Dave Abrahams
36329b053d
Issue 9.23, 9.35
...
[SVN r21734]
2004-01-14 17:32:12 +00:00
Dave Abrahams
3b93bb25ff
Issue 9.26
...
[SVN r21733]
2004-01-14 17:15:32 +00:00
Dave Abrahams
0f8c236e9d
Some progress on indirect_iterator
...
[SVN r21710]
2004-01-13 23:03:18 +00:00
Jeremy Siek
c6a5b7c292
changed algorithm for iterator_facade::iterator_category
...
and for filter_iterator
[SVN r21686]
2004-01-13 18:09:30 +00:00
Dave Abrahams
b4f1b069be
Really re-resolved title level problem
...
A few minor edits
[SVN r21634]
2004-01-12 18:02:50 +00:00
Dave Abrahams
a7eaa017b1
Fixed general formatting, re-resolved title level problem,
...
acknowledged Keith MacDonald for inspiring the tutorial.
[SVN r21631]
2004-01-12 16:05:15 +00:00
Jeremy Siek
7f0ed4f5be
resolved title level problem
...
[SVN r21625]
2004-01-12 15:02:21 +00:00
Dave Abrahams
06e1fa88b9
tutorial updates
...
[SVN r21615]
2004-01-12 02:49:55 +00:00
Dave Abrahams
6c62f31f0a
Updated pointee and indirect_reference so that pointee represents the
...
immutability of the pointed-to type via const qualification. The
pointee of a proxy-based iterator will be const qualified unless a
mutable reference to the value_type can be bound to the returned
proxy.
Added a test for pointee
Fixed iterator_facade so operator[] result type computation didn't
cause a problem with abstract types.
Updated iterator_facade operator[] docs for accuracy.
Allowed Borland to simply fail the indirect_iterator_member_types test
because of its lame const-dropping, instead of trying to work around
it.
[SVN r21579]
2004-01-11 00:03:09 +00:00
Dave Abrahams
09ea8d27e2
Documentation updates, added GNUMakefile for building
...
[SVN r20931]
2003-11-24 05:02:46 +00:00
Dave Abrahams
ebb09db44e
Separate access and traversal for iterator_adaptor
...
[SVN r20162]
2003-09-22 19:55:01 +00:00
Jeremy Siek
0f42b93c3b
factored iterator adaptor stuff and a few other edits
...
[SVN r19465]
2003-08-05 18:19:55 +00:00
Jeremy Siek
19977c757f
factored iterator facade stuff into several files
...
[SVN r19464]
2003-08-05 16:36:51 +00:00