Michel Morin
3fd1c34411
Merge r86524 (Correct broken links to C++ standard papers); fixes #9212
...
[SVN r86673]
2013-11-13 03:22:55 +00:00
Dave Abrahams
1fad13e34f
add missing license/copyright info
...
[SVN r35068]
2006-09-11 22:08:18 +00:00
Dave Abrahams
230d47e93a
Move difference_type from the Forward Traversal Iterator concept to
...
the Single Pass Traversal concept, so that input iterators are still
input iterators. It does make sense to measure the distance between
Single Pass iterators, provided you're willing to throw away the data.
[SVN r33870]
2006-04-30 03:35:16 +00:00
Dave Abrahams
a8f528130a
Stop reserving rights.
...
[SVN r26067]
2004-11-01 21:23:47 +00:00
Dave Abrahams
2241bb1ae3
A few fixes
...
[SVN r23542]
2004-07-14 12:33:36 +00:00
Dave Abrahams
539add7de6
Made what I thought were the right fixes
...
[SVN r23519]
2004-07-14 01:19:14 +00:00
Jeremy Siek
254186d6bd
added requirement to Forward Traversal Iterator concerning a == b iff *a == *b
...
[SVN r23513]
2004-07-13 20:19:56 +00:00
Jeremy Siek
aa62f4f9c7
fixed a little buglet in the spec of Incrementable Iterator
...
[SVN r23511]
2004-07-13 20:06:07 +00:00
Jeremy Siek
f0bc339d55
change Incrementable Iterator reqs to better match those of Input/Output Iterators
...
[SVN r23510]
2004-07-13 19:50:09 +00:00
Jeremy Siek
d21781d8d1
fixed a typo
...
[SVN r22611]
2004-04-06 15:41: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
Jeremy Siek
24fcaed649
removed obsolete comment about istreambuf_iterator
...
[SVN r21806]
2004-01-18 19:23:42 +00:00
Thomas Witt
ecccc89a70
Updated contact details witt.
...
[SVN r21802]
2004-01-18 16:41:20 +00:00
Dave Abrahams
c3fd7076c1
Applied use of iterator-category to specialized adapters
...
[SVN r21745]
2004-01-15 00:01:33 +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
Jeremy Siek
5049bcdce5
some changes to Interoperable Iterators as per Dave's comments
...
[SVN r21729]
2004-01-14 14:23:38 +00:00
Jeremy Siek
983ba32def
changes from Thomas for Interoperable Iterators
...
[SVN r21706]
2004-01-13 21:18:09 +00:00
Jeremy Siek
d2dae62215
removed same diff type req from Interoperator
...
and did some work on permutation iterator
[SVN r21705]
2004-01-13 21:00:31 +00:00
Jeremy Siek
df66940f0f
added another valid expression to Interoperable Iterators
...
[SVN r21699]
2004-01-13 19:25:15 +00:00
Jeremy Siek
80f6a13e79
added Interoperable Iterators
...
[SVN r21698]
2004-01-13 19:21:18 +00:00
Jeremy Siek
e785cc70d1
some major changes to the requirements/models section of counting_iterator
...
[SVN r21651]
2004-01-12 21:18:52 +00:00
Jeremy Siek
19dbb5304c
I forget
...
[SVN r21648]
2004-01-12 20:50:44 +00:00
Jeremy Siek
08ce6903ce
resolved Howards issue about a->m
...
[SVN r21646]
2004-01-12 20:31:44 +00:00
Jeremy Siek
21381f3fa7
removed constraints on reference from Readable Iterator
...
[SVN r21641]
2004-01-12 19:54:57 +00:00
Jeremy Siek
24052c3dff
a couple edits
...
[SVN r21636]
2004-01-12 18:07:12 +00:00
Dave Abrahams
1b29ec1741
Fixed issue with "writable iterators must include in their
...
documentation..."
[SVN r21082]
2003-12-02 14:44:43 +00:00
Dave Abrahams
593311f43e
Cleaned up some of Jeremy's wording. Added a few comments on changes
...
from the accepted paper. Committed Python doc regeneration scripts.
[SVN r21079]
2003-12-02 13:10:55 +00:00
Jeremy Siek
52e34b2e26
removed iterator_tag and reworded some paragraphs
...
[SVN r21046]
2003-12-01 16:38:36 +00:00
Jeremy Siek
8cfa950f10
moved a paragraph about algorithm changes
...
[SVN r21043]
2003-12-01 15:02:48 +00:00
Dave Abrahams
09ea8d27e2
Documentation updates, added GNUMakefile for building
...
[SVN r20931]
2003-11-24 05:02:46 +00:00
Dave Abrahams
dfc09c4b26
Make sure a precise copy of n1550 is in the CVS.
...
[SVN r20908]
2003-11-22 13:57:57 +00:00
Jeremy Siek
c055f1afae
fixed typo
...
[SVN r20805]
2003-11-13 18:18:23 +00:00
Dave Abrahams
e888f18b5a
Edits for committee meeting, moving algorithm changes to suggestions for WP.
...
[SVN r20568]
2003-10-30 21:11:10 +00:00
Jeremy Siek
15abd4c56e
removed algorithm changes
...
[SVN r20567]
2003-10-30 19:10:02 +00:00
Dave Abrahams
17026cc30d
Fixed is-writable computation. Traits protocol still needs fixing.
...
[SVN r20398]
2003-10-16 13:57:35 +00:00
Jeremy Siek
50fe1b062b
fixed another small bug in inherit-category
...
[SVN r20161]
2003-09-22 16:51:02 +00:00
Jeremy Siek
30ca43dd08
fixed bug in inherit-category that Thomas found
...
[SVN r20160]
2003-09-22 16:48:40 +00:00
Jeremy Siek
ac0c6461fb
small edits
...
[SVN r20159]
2003-09-22 16:32:56 +00:00
Jeremy Siek
d85b8db0aa
added more design rationale, and moved some text
...
[SVN r20158]
2003-09-22 16:28:27 +00:00
Thomas Witt
a3856b5c60
Typos
...
[SVN r20157]
2003-09-22 16:24:44 +00:00
Jeremy Siek
20e2818844
fixed iterator_tag in first part to match iterator_tag in the second part
...
[SVN r20156]
2003-09-22 16:07:24 +00:00
Jeremy Siek
d68ac3db4c
hierarchy->group
...
[SVN r20155]
2003-09-22 16:04:44 +00:00
Jeremy Siek
5efcabf3bd
small change to iterator_tag body
...
[SVN r20154]
2003-09-22 15:55:22 +00:00
Jeremy Siek
9ac583096c
added the paper number and resolved some conflicts
...
[SVN r20152]
2003-09-22 15:45:58 +00:00
Dave Abrahams
1710c484b3
Table formatting tweaks for PDF/tex generation.
...
Some minor editing for language improvements.
[SVN r20151]
2003-09-22 15:10:34 +00:00
Thomas Witt
50ab635593
Changed email address.
...
[SVN r20148]
2003-09-22 08:43:20 +00:00
Jeremy Siek
d958a5bc82
change to lvalue stuff and changing access tag to enum and bits
...
[SVN r20145]
2003-09-22 04:57:00 +00:00
Dave Abrahams
fd29e538ed
Minor grammatical correction + comment
...
[SVN r20130]
2003-09-21 09:17:31 +00:00
Jeremy Siek
1c41a7d0ec
some edits based on comments from Howard Hinnant
...
[SVN r20125]
2003-09-21 00:30:15 +00:00